Visual Studio Code: Difference between revisions
(Created page with "{{Draft}} [https://code.visualstudio.com/ Visual Studio Code] is a software development tool from Microsoft which can be used for remote development with Compute Canada clust...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
[https://code.visualstudio.com/ Visual Studio Code] is a software development tool from Microsoft which can be used for remote development with Compute Canada clusters over [[SSH]]. | [https://code.visualstudio.com/ Visual Studio Code] is a software development tool from [https://www.microsoft.com Microsoft] which can be used for remote development with Compute Canada clusters over [[SSH]]. In this context, users can run the graphical interface of Visual Studio Code locally, on their personal computer, while connecting to a cluster where the source code is located and where the debugging and testing operations are being executed. While Visual Studio Code may be used for development in a variety of programming languages, in this page we will focus on its use with [[Python]]. |
Revision as of 20:13, 1 February 2021
This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.
Visual Studio Code is a software development tool from Microsoft which can be used for remote development with Compute Canada clusters over SSH. In this context, users can run the graphical interface of Visual Studio Code locally, on their personal computer, while connecting to a cluster where the source code is located and where the debugging and testing operations are being executed. While Visual Studio Code may be used for development in a variety of programming languages, in this page we will focus on its use with Python.