For some reason vscode stopped opening the integrated terminal and now I get an error every time I try to open the terminal. I have already tried reinstalling Git but nothing so far, any idea, here I leave a picture of the config and the error:
I even tried to change the bash terminal for powershell but still nothing, have no idea what could be happening.
Changing Default Command Line Shell Here, choose Select Default Profile. Then, select any other type of command line shell. Then, restart vs code and try working on terminal.
To open the terminal: Use the Ctrl+` keyboard shortcut with the backtick character. Use the View > Terminal menu command. From the Command Palette (Ctrl+Shift+P), use the View: Toggle Terminal command.
The Visual Studio terminal is built on top of Windows Terminal. To open the terminal in Visual Studio, select View > Terminal.
I found the solution for this issue, i just delete the settings.json
, apparently the file was corrupt some how, after that vs code was working just fine, the only thing is that i need to configure my workspace again, but not big deal.
For me it was this line in settings.json
on Linux (CentOS 7):
"terminal.integrated.shell.linux": "konsole",
After removing/commenting it, the problem goes away.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With