Added Remote Development

This commit is contained in:
Luja Shrestha 2019-12-18 09:10:30 +11:00
parent 9a5bdf47e3
commit 9fe4725f28
2 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,7 @@
To submit a package to this list, please do the following:
1. Find a link to the package you consider is awesome. Use the link from [marketplace.visualstudio.com](https://marketplace.visualstudio.com/) instead of a link from its GitHub repository.
2. Find the appropriate place for your package. If it belongs to a certain section, put it there. If it doesn't belong to a specific category, you should put it in the `uncategorized` section. Make sure to put your package in the alphabetical odrer.
2. Find the appropriate place for your package. If it belongs to a certain section, put it there. If it doesn't belong to a specific category, you should put it in the `uncategorized` section. Make sure to put your package in the alphabetical order.
3. If possible, find a `.gif` animation that displays the functionality of the package.
Submit your package in the specific form:

View File

@ -90,6 +90,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [PrintCode](#printcode)
- [Project Manager](#project-manager)
- [REST Client](#rest-client)
- [Remote Development](#remote-development)
- [Remote VSCode](#remote-vscode)
- [Settings Sync](#settings-sync)
- [Todo Tree](#todo-tree)
@ -682,6 +683,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
![Switch between projects screenshot](https://raw.githubusercontent.com/alefragnani/vscode-project-manager/master/images/project-manager-commands.png)
## [Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)
> Allows users to open any folder in a container, on a remote machine, container or in Windows Subsystem for Linux(WSL) and take advantage of VS Code's full feature set.
![Remote SSH extension at work](https://microsoft.github.io/vscode-remote-release/images/ssh-readme.gif)
## [Remote VSCode](https://marketplace.visualstudio.com/items?itemName=rafaelmaiolla.remote-vscode)
> Allow user to edit files from Remote server in Visual Studio Code directly.