Home > Software engineering >  VSCode WSL terminal input shows like insert mode when I press KeyUP for the first time
VSCode WSL terminal input shows like insert mode when I press KeyUP for the first time

Time:07-21

enter image description here

steps:

  1. open WSL terminal in VSCODE
  2. type anything and the input is fine.
  3. press the "UPKEY" for the first time and the input shows like if I pressed insert.
  4. I'm saying shows because when I press KEYUP after entering the input the input is correct.
  5. You can watch to GIF to understand it.

Pressing the "insert" key doesn't have any effect.

Powershell works fine.

WSL terminal works fine outside VSCODE

extensions

CodePudding user response:

EditorConfig was messing with my terminal for some reason, disabling it fixes the problem

  • Related