Visual Studio Remote Development: Difference between revisions
Jump to navigation
Jump to search
(Created page with "[https://github.com/Microsoft/vscode-remote-release#readme Remote development ] is a set of extensions for Visual Studio Code that allows you to interact with a remote server on VSCode as if it is running on your local computer. == Installing the Remote Development extension pack == == Configuring Visual Studio Code == == Installing even more extensions for extra features == === for python === === for julia === === for jupyter notebook ===") |
No edit summary |
||
Line 1: | Line 1: | ||
[https://github.com/Microsoft/vscode-remote-release#readme Remote development ] is a set of extensions for Visual Studio Code that allows you to interact with a remote server on VSCode as if it is running on your local computer. | [https://github.com/Microsoft/vscode-remote-release#readme Remote development ] is a set of extensions for Visual Studio Code that allows you to interact with a remote server on VSCode as if it is running on your local computer. For more details, refer to Microsoft's documentation [https://code.visualstudio.com/docs/remote/remote-overview here]. | ||
== | == Enabling Remote Development == | ||
Follow the instructions [https://code.visualstudio.com/docs/editor/extension-marketplace here] for searching and installing extensions on VSCode. Search for and install "Remote Development". | |||
== Configuring Visual Studio Code == | == Configuring Visual Studio Code == |
Revision as of 13:27, 15 November 2023
Remote development is a set of extensions for Visual Studio Code that allows you to interact with a remote server on VSCode as if it is running on your local computer. For more details, refer to Microsoft's documentation here.
Enabling Remote Development
Follow the instructions here for searching and installing extensions on VSCode. Search for and install "Remote Development".