Difference between revisions of "Vscode"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:IDE {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|vscode}} |{{#vardefine:url|https://code.visualstudio.com/}} <!--CONFIGURATION: OPTIONA...") |
Moskalenko (talk | contribs) |
||
Line 5: | Line 5: | ||
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | ||
|{{#vardefine:conf|}} <!--CONFIGURATION--> | |{{#vardefine:conf|}} <!--CONFIGURATION--> | ||
− | |{{#vardefine:exe|}} <!--ADDITIONAL INFO--> | + | |{{#vardefine:exe|1}} <!--ADDITIONAL INFO--> |
|{{#vardefine:job|}} <!--JOB SCRIPTS--> | |{{#vardefine:job|}} <!--JOB SCRIPTS--> | ||
|{{#vardefine:policy|}} <!--POLICY--> | |{{#vardefine:policy|}} <!--POLICY--> | ||
Line 34: | Line 34: | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | + | If you are using VSCode with [https://code.visualstudio.com/docs/remote/ssh Remote Development using SSH] make sure to enable 'view details' to see the 2FA prompt. | |
|}} | |}} |
Revision as of 12:54, 18 October 2021
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
If you are using VSCode with Remote Development using SSH make sure to enable 'view details' to see the 2FA prompt.