mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-10-01 01:05:39 -04:00
Added Remote Development
This commit is contained in:
parent
9a5bdf47e3
commit
9fe4725f28
@ -3,7 +3,7 @@
|
|||||||
To submit a package to this list, please do the following:
|
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.
|
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.
|
3. If possible, find a `.gif` animation that displays the functionality of the package.
|
||||||
|
|
||||||
Submit your package in the specific form:
|
Submit your package in the specific form:
|
||||||
|
@ -90,6 +90,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
|
|||||||
- [PrintCode](#printcode)
|
- [PrintCode](#printcode)
|
||||||
- [Project Manager](#project-manager)
|
- [Project Manager](#project-manager)
|
||||||
- [REST Client](#rest-client)
|
- [REST Client](#rest-client)
|
||||||
|
- [Remote Development](#remote-development)
|
||||||
- [Remote VSCode](#remote-vscode)
|
- [Remote VSCode](#remote-vscode)
|
||||||
- [Settings Sync](#settings-sync)
|
- [Settings Sync](#settings-sync)
|
||||||
- [Todo Tree](#todo-tree)
|
- [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)
|
![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)
|
## [Remote VSCode](https://marketplace.visualstudio.com/items?itemName=rafaelmaiolla.remote-vscode)
|
||||||
|
|
||||||
> Allow user to edit files from Remote server in Visual Studio Code directly.
|
> Allow user to edit files from Remote server in Visual Studio Code directly.
|
||||||
|
Loading…
Reference in New Issue
Block a user