Difference between revisions of "Applications/VSCode"
From HPC
(Created page with "__TOC__ === Application Details === * Description: Visual Studio Code is a lightweight but powerful source code editor * Versions: 1.2.2 * Module names: vscode/1.2.2 * License...") |
m |
||
(6 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
* License: Free, closed source from Microsoft | * License: Free, closed source from Microsoft | ||
+ | ==Usage== | ||
+ | |||
+ | ===Interactive mode=== | ||
+ | |||
+ | Interactive with the full graphical interface: | ||
+ | |||
+ | <pre style="background-color: #000000; color: white; border: 2px solid black; font-family: monospace, sans-serif;"> | ||
+ | [username@login01 ~]$ interactive | ||
+ | salloc: Granted job allocation 289663 | ||
+ | Job ID 289663 connecting to c170, please wait... | ||
+ | Last login: Thu Jan 26 12:59:11 2017 from 10.254.5.246 | ||
+ | [username@c170 ~]$ module add vscode/1.2.2 | ||
+ | [username@c170 ~]$ code | ||
+ | </pre> | ||
+ | |||
+ | * Any extensions adding in by yourself will appear in the folder '''/home/[user]/.vscode/extensions''' | ||
+ | |||
+ | ====IDE Snapshot==== | ||
+ | |||
+ | |||
+ | [[File:Vscode01.png]] | ||
+ | |||
+ | |||
+ | ===Batch mode=== | ||
+ | |||
+ | This does not apply as it is an IDE program | ||
Line 11: | Line 37: | ||
== Change Log == | == Change Log == | ||
+ | [2018-04-25] - C/C++, Python, Fortran, Python and Perl extensions added | ||
== Further Information == | == Further Information == |
Latest revision as of 13:55, 13 October 2022
Contents
Application Details
- Description: Visual Studio Code is a lightweight but powerful source code editor
- Versions: 1.2.2
- Module names: vscode/1.2.2
- License: Free, closed source from Microsoft
Usage
Interactive mode
Interactive with the full graphical interface:
[username@login01 ~]$ interactive salloc: Granted job allocation 289663 Job ID 289663 connecting to c170, please wait... Last login: Thu Jan 26 12:59:11 2017 from 10.254.5.246 [username@c170 ~]$ module add vscode/1.2.2 [username@c170 ~]$ code
- Any extensions adding in by yourself will appear in the folder /home/[user]/.vscode/extensions
IDE Snapshot
Batch mode
This does not apply as it is an IDE program
Change Log
[2018-04-25] - C/C++, Python, Fortran, Python and Perl extensions added