vscode¶
Description¶
Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).
Environment Modules¶
Run module spider vscode
to find out what environment modules are available for this application.
Environment Variables¶
- HPC_VSCODE_DIR - installation directory
- HPC_VSCODE_BIN - executable directory
Additional Usage Information¶
Note
You can set up VSCode Remote Development following the guide at VSCode Remote Development
The use of vscode remmote ssh is discouraged as you can accidentally end up running scripts on the login servers and have your account suspended. See VSCode Remote Development for details. Please note, if you are using VSCode from the HiPerGator Desktop, please run the following command to ensure there are no conflicts with temporary directories before launching the application:
unset XDG_RUNTIME_DIR
code
Categories¶
programming