I need to open a terminal in Visual Studio. I've tried
- Re-installing VS Code
- The usual Windows shut down / restart
- Run vs code as admin
- Change settings.json file
I didn't change anything but something is broken in my code Editor help needed :)
CodePudding user response:
press ctrl `, it might work, and if it doesn't try reinstalling the vs-code again and then try the above key again. Let me know if it helped or not
CodePudding user response:
For Windows users:
- Open PowerShell terminal (windows button r -> cmd)
- Right click on the title bar
- Open properties
- Check the "Use legacy console" checkbox
For Linux users:
- Open VS Code
- Ctrl ,
- Search env and find Terminal > Integrated> Env: Linux
- Add this "terminal.integrated.inheritEnv": true to the object body