VS Code
Visual Studio Code (often abbreviated as VS Code) is an Integrated Development Environment (IDE). It is a lightweight and highly extensible code editor developed by Microsoft. Although referred to as a code editor, VS Code offers many features. One of the important feature of VS Code is an integrated terminal that allows developers to execute commands, run scripts, and interact with the command-line interface without leaving the editor. VS Code also provides Git integration, enabling developers to manage version control operations, such as committing, branching, and merging, without switching to a separate Git client.
Availability¶
VS Code is not installed on the cluster. To use VS Code, you need to install it on your computer and connect remotely to the cluster using NJIT VPN.
Application Information, Documentation¶
The documentation of VS Code is available at VS Code documentation. You can download the VS Code from VS Code download page
Using VS Code on Cluster¶
Warning
If you want to use VS Code on NJIT cluster, don't use VS Code installed on your machine to connect to cluster! Please use the method described belelow so that you can use VS Code not only to edit scripts, but also run your script on the cluster.
Use the following slurm script and submit the job script using sbatch vs-code.submit.sh command.
Batch Script to use VS Code : vs-code.submit.sh
Once you submit the job, you will see an output file with .out extension. Once you open the file, you will see the following
Now copy and paste this link in your browser and VS Code is ready to use.
Related Applications¶
- PyCharm
User Contributed Information¶
Please help us improve this page
Users are invited to contribute helpful information and corrections through our Github repository.