It just seems like I can't open a terminal in VS Code. Every time I try to open a terminal, it gives me this error:
I would be grateful if anyone could help me with this.
I tried reinstalling VS Code but it didn't work. I also tried disabling all extensions except python extension but it didn't work too.
CodePudding user response:
Try this:
- Ctrl Shift P
- Select "Preferences: Open User Settings"
- Write "terminal" in the search box
- Search for "Terminal > Integrated > Default Profile: Windows"
- Set value to "Command Prompt"
CodePudding user response:
Ctrl Shift P Select "Preferences: Open User Settings" Write "terminal" in the search box Search for "Terminal > Integrated > Default Profile: Windows" Set value to "Command Prompt" or to "Powershell"