From ff593a85bd91e12f22bbfde87bbcbd775632f0d4 Mon Sep 17 00:00:00 2001 From: nickbanana Date: Sat, 13 Oct 2018 12:00:18 +0800 Subject: [PATCH] Added Remote VSCode --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1094727..7554db0 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,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) @@ -534,6 +535,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.