Merge branch 'vnext' of github.com:Microsoft/vscode-docs into vnext

This commit is contained in:
Miguel Solorio 2019-06-28 09:01:06 -07:00
Родитель b37d989423 cde695df68
Коммит 0abb6abb17
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e3a9d757e76096083b74c76c8bb893571accf51664266582fab797730de169f
size 18334

Просмотреть файл

@ -31,6 +31,12 @@ The empty explorer now has a more context aware label that shows the state of th
![explorer label](images/1_36/explorer-label.png)
### Local terminal support
A new command is registered in remote workspaces that lets you create a local terminal, these will be marked with "(Local)" in the terminal dropdown.
![Local terminal](images/1_36/terminal-local.png)
## Extensions
VS Code client downloads and installs the extensions into VS Code server when the server cannot. This will help installing extensions in VS Code server when the server has network connection issues like behind some newtork proxy setup.