mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-10-01 01:05:39 -04:00
commit
62023ec444
@ -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:
|
||||
|
@ -91,6 +91,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)
|
||||
@ -689,6 +690,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.
|
||||
|
Loading…
Reference in New Issue
Block a user