Merge pull request #132 from mkloubert/master

added Remote Workspace
pull/142/head
Valerii Iatsko 2018-10-01 15:35:52 +02:00 committed by GitHub
commit 9a9f0637fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -93,6 +93,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [ftp-sync](#ftp-sync)
- [PlatformIO](#platformio)
- [Quokka](#quokka)
- [Remote Workspace](#remote-workspace)
- [Runner](#runner)
- [Slack](#slack)
- [Spotify](#spotify)
@ -630,6 +631,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
![](https://quokkajs.com/assets/img/vsc1.gif)
## [Remote Workspace](https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-remote-workspace)
> Multi protocol support for things, like Azure blobs, S3 buckets, Dropbox, (S)FTP or WebDAV files, by using new [FileSystem API](https://code.visualstudio.com/docs/extensionAPI/vscode-api#FileSystemProvider), especially for accessing resources like local files and folders in the editor as [workspace folders](https://code.visualstudio.com/docs/editor/multi-root-workspaces).
![](https://raw.githubusercontent.com/mkloubert/vscode-remote-workspace/master/img/demo1.gif)
## [Runner](https://marketplace.visualstudio.com/items?itemName=mattn.Runner)
> Run various scripts right from VS Code