This commit is contained in:
isidor 2019-06-28 13:53:26 +02:00
Родитель e605472aff
Коммит 47301c620e
4 изменённых файлов: 33 добавлений и 1 удалений

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

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

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

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

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

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

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

@ -8,7 +8,30 @@ The remote file picker now supports Save As locally. If you have a file on your
![save as local](images/1_36/save_local.png)
### Explorer impovements
#### Drag and Drop
We now support more drag and drop scenarios for the explorer in the remote context:
* You can drag a single file from the remote VS Code explorer to your local machine. Due to an upstream limitation we can not support this on Linux or for multiple files
* You can drag any number of files and folders from your machine to the remote VS Code explorer
![dnd](images/1_36/dnd.gif)
#### Download
We have introduced a Download context menu action which works with multiple selection so it is possible to download any number of files and folders to your local machine.
![download](images/1_36/download.png)
#### Better label for empty explorer
The empty explorer now has a more context aware label that shows the state of the remote connection.
![explorer label](images/1_36/explorer-label.png)
## Containers
## Notable Fixes