This commit is contained in:
Martin Aeschlimann 2023-03-24 16:03:08 +01:00
Родитель 14ae3c3a27
Коммит c4dfe1aae5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 2609A01E695523E3
1 изменённых файлов: 6 добавлений и 2 удалений

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

@ -1,4 +1,4 @@
# Maarch 2023 (version 1.77)
# March 2023 (version 1.77)
## Core
@ -11,4 +11,8 @@ VS Code Server now supports installing additional builtin extensions via VSIX. T
When connected to a tunnel in vscode.dev, you can continue in VS Code Desktop with the `Continue Working in VS Code Desktop` command. The command can be found in the remote menu and the command palette.
![Continue Working in VS Code Desktop](./images/1_77/tunnel-open-in-desktop.png)
![Continue Working in VS Code Desktop](./images/1_77/tunnel-open-in-desktop.png)
## WSL (version 0.77.x)
The settings `remote.WSL1.connectionMethod` and `remote.WSL2.connectionMethod` have been removed. The WSL extension now always uses the previous default `wslExeProxy`. We are not aware of any problems with that connection method. Please file issues against [vscode-remote-release](https://github.com/microsoft/vscode-remote-release/issues) if the new method doesn't work for you.