Difference between revisions of "Vscode"
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
− | + | '''Note: The use of [https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh vscode remote ssh] extension is discouraged. 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: | 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: | ||
Line 46: | Line 46: | ||
<code>code</code> | <code>code</code> | ||
− | |||
− | |||
|}} | |}} |
Revision as of 20:20, 13 November 2024
Description
Visual Studio Code is a free source-code editor made by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.
Environment Modules
Run module spider vscode
to find out what environment modules are available for this application.
System Variables
- HPC_VSCODE_DIR - installation directory
- HPC_VSCODE_BIN - executable directory
Additional Information
You can set up VSCode Remote Development following the guide at VSCode Remote Development
Note: The use of vscode remote ssh extension is discouraged. 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
Then launch the application by running the following in the same terminal:
code