Merge pull request #202 from nickbanana/master

Added Remote VSCode
This commit is contained in:
Valerii Iatsko 2018-10-13 11:48:06 +02:00 committed by GitHub
commit dac6649568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Path IntelliSense](#path-intellisense)
- [Project Manager](#project-manager)
- [REST Client](#rest-client)
- [Remote VSCode](#remote-vscode)
- [Settings Sync](#settings-sync)
- [Todo Tree](#todo-tree)
- [Toggle Quotes](#toggle-quotes)
@ -541,6 +542,10 @@ 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 VSCode](https://marketplace.visualstudio.com/items?itemName=rafaelmaiolla.remote-vscode)
> Allow user to edit files from Remote server in Visual Studio Code directly.
## [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
> Allows you to send HTTP request and view the response in Visual Studio Code directly.