This commit is contained in:
Alex Ross 2019-10-04 16:03:18 +02:00
Родитель 466415340e
Коммит dd09432e51
2 изменённых файлов: 13 добавлений и 0 удалений

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

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

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

@ -2,8 +2,18 @@
## VS Code Remote Core
### Opening a local file
The default behavior when opening a local file while in a remote window is now to open that file in the same window. To return to the previous behavior where opening a local file would open a new window you can set `"window.openFilesInNewWindow": "on"`.
## WSL
### Remote Explorer
WSL has joined Containers and SSH in the Remote Explorer. You can see your installed distros, connect to a distro, set your default distro, and see the folders you've opened on a distro in the Remote Explorer.
![WSL Remote Explorer](images/1_39/wsl-remote-explorer.png)
## Containers
### Save configuration for images when attaching to a container