
Microsoft’s Visual Studio Code is perhaps the most popular open source code editor, after Vim (of course). Both GUI and command line methods have been discussed. ).Brief: Learn how to search for extensions and install them in Visual Studio Code editor. Works fine and I use vs code with the vim plugin for over 2 years (c, c++, python, md, latex, html, javascript.

This will run the bash script line per line. To debug you should use following command: bash -debugger `which code` + /usr/share/code/bin/./code /usr/share/code/bin/./resources/app/out/cli.jsīash: /home/adam/anaconda3/bin:/home/adam/anaconda3/bin:/home/adam/bin:/home/adam/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin: No such file or directory + CLI=/usr/share/code/bin/./resources/app/out/cli.js VSCODE_PATH="$(dirname $(readlink -f $0))/."ĬLI="$VSCODE_PATH/resources/app/out/cli.js"ĮLECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" $?ĭebug output (from different directories) ~$ bash -x code # if readlink exists, follow the symlink and find relatively # if path is not a symlink, find relatively If you really want to, you must specify an alternate user data directory using the -user-data-dir argument." 1>&2

# If root, ensure that -user-data-dir or -file-write is specifiedįor i in ] thenĮcho "You are trying to start vscode as a super user which is not recommended. See License.txt in the project root for license information. Which code yields /usr/bin/code, which is a bash script. I'm struggling with what to try since I'm relatively new to Linux.

I've tried opening the application two ways to no effect.

I've tried multiple installation methods with identical results most recently, I followed the "new" instructions from Cactux here. I've installed VS Code on my laptop with Ubuntu 16.04 LTS.
