Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code integrated terminal issue

My VS Code integrated terminal is only toggling up for a second then disappearing with the command Ctrl+`(Tried to change it - still not working :)), showing the Integrated terminal exited with code 1 error.

Any ideas for fixing it?

like image 854
Peter Zhisov Avatar asked Jul 02 '16 11:07

Peter Zhisov


2 Answers

I had the same problem on Windows 10. The problem was that I had VSCode running in compatibility mode (Windows 8). If that is that case for you, just uncheck "Run this program in compatibility mode for" checkbox in Compatibility tab of the VSCode properties, click in OK and restart VSCode.

like image 57
Sergio Salazar Avatar answered Sep 20 '22 08:09

Sergio Salazar


I had the same problem just a few minutes ago, in my case this error was a path consequence, my windows user folder has an accent (c:/users/josé /..) , so, just try to move your project into another folder, like "C:/projects".

like image 28
José Avatar answered Sep 17 '22 08:09

José