Based on a stack overflow answer:
- Download Visual Studio Code for Linux
- Copy it somewhere you are happy to extract it into and keep eg ~/bin
- Extract it:
tar -xvf VSCode-linux-x64.tar.gz - Add the executable to the system path eg
export PATH=$HOME/bin/VSCode-linux-x64 - Run the
codeexecutable to open Visual Studio Code - (Optional) add the export statement into your ~/.bashrc
No comments:
Post a Comment