add wsl entries
This commit is contained in:
Родитель
0abb6abb17
Коммит
35fc74dcb0
|
@ -8,6 +8,12 @@ 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)
|
||||
|
||||
### Close Remote Connection
|
||||
|
||||
A new command `Close Remote Connection` lets you close the remote connection and continue with an empty local window. The command is available in the Remote indicator menu and and also in the File menu.
|
||||
|
||||
![close connection](images/1_36/close-connection.png)
|
||||
|
||||
### Explorer impovements
|
||||
|
||||
#### Drag and Drop
|
||||
|
@ -60,4 +66,30 @@ The `Remote-Containers: Show Log` command reveals the log of the Remote Containe
|
|||
|
||||
The Remote Containers extension has been refactored to allow for unit testing and the test coverage has been improved.
|
||||
|
||||
|
||||
## WSL
|
||||
|
||||
### Select Linux distro
|
||||
|
||||
Until now, the Remote WSL extension was limited to use the default distro as configured by `wslconfig.exe`.
|
||||
Now you can open a Remote WSL window with any distro. The new `Remote WSL: New Window using Distro...` command lets you select from the list of installed distros. Alternativly you can start by opening a shell of the WSL distro and open the VS Code Remote Window with `code .`.
|
||||
|
||||
To install new distros, go to the Windows Store and search for `WSL`. You will find a selection of Linux distro, such as Ubuntu, Fedora, OpenSuse that can all be installed in paralell. Note: Alpine WSL is not yet supported by the Remote WSL extension.
|
||||
|
||||
The WSL Remote extension requires WSL from Windows 10, May 2019 Update (version 1903) for this feature to work.
|
||||
|
||||
### `Reopen Folder in WSL` and `Reopen Folder in Windows`
|
||||
|
||||
There are new command that let easy you switch from Window to WSL and back.
|
||||
- When in a local folder or workspace, `Reopen Folder in WSL` reopens the input in WSL. If you have multiple distros installed, a picker will let you select the distro to use.
|
||||
- In a WSL Remote window, `Reopen Folder in Windows` reopens the current folder or workspace in Windows.
|
||||
|
||||
### Server Download on Window side
|
||||
|
||||
The WSL extension now downloads the VSCode server build on the Windows side instead out of WSL. This fixes issues with missing proxy settings or certificates in WSL.
|
||||
|
||||
### Use polling for file watching in WSL
|
||||
|
||||
The file watcher now uses polling on the WSL side. This fixes the issue that renaming non-empty folders in open the workspace didn't work.
|
||||
|
||||
## Notable Fixes
|
||||
|
|
Загрузка…
Ссылка в новой задаче