Visual Studio Remote Development: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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. For more details, refer to Microsoft's documentation [https://code.visualstudio.com/docs/remote/remote-overview here]. | [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 == | == Enabling and configuring 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". | 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". | ||
== Installing even more extensions for extra features == | == Installing even more extensions for extra features == |
Revision as of 13:28, 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 and configuring Remote Development
Follow the instructions here for searching and installing extensions on VSCode. Search for and install "Remote Development".