Visual Studio Code Doesnt Run on Ubuntu

Visual Studio Code can't run in Ubuntu 18.04

Fixed it with "delete the /home/user/.config/Code folder"

https://github.com/Microsoft/vscode/issues/55774#issuecomment-412774473

Why can't I open Visual Studio Code on Linux?

Try this command sudo yum install code.

For more details, you can visit Visual Studio Code docs for Linux

And if you want to open the project you can use code . command in terminal, but make sure your terminal should be in project directory.

Visual Studio Code won't open via command line

You probably hit the limit on inotify watches. Notice this error:

Error: watch /home/andre/.config/Code/User ENOSPC

Then see the question Node.js: what is ENOSPC error and how to solve?. The essence of the solution is to increase the fs.inotify.max_user_watches system control value.

Can't launch Visual Studio Code on Ubuntu

The work-a-round is in issue 3451. After running this, I was able to launch it from Debian Jessie with LXDE over X2Go.

sudo sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' /usr/lib/x86_64-linux-gnu/libxcb.so.1


Related Topics



Leave a reply



Submit