Site Tools


linux_modules:vscode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux_modules:vscode [2018/11/05 21:01] ktm5jlinux_modules:vscode [2023/08/29 19:56] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Vscode ======
 +
 +Project website: https://code.visualstudio.com/
 +
 +VSCode is a powerful cross-platform text editor from //Microsoft// geared towards developers.  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).
 +
 +{{:linux_modules:home-screenshot-linux-lg.png|}}
 +
 +===== Using vscode =====
 +
 +==== Loading the Module ====
 +
 +**Example: **
 +<code>
 +[ktm5j@portal01] ~$ module whatis vscode
 +vscode               : Microsoft Visual Studio Code current version
 +[ktm5j@portal01] ~$ module load vscode
 +[ktm5j@portal01] ~$ which code
 +/sw/linux-any/vscode/current/bin/code
 +</code>
 +
 +==== Environment Variables ====
 +
 +^ Variable ^ Join Type ^ String Added ^
 +| PATH | prepend | /sw/linux-any/vscode/current/bin |
 +
 +
  
linux_modules/vscode.txt · Last modified: 2023/08/29 19:56 by 127.0.0.1