This commit is contained in:
Josh Spicer 2024-10-01 11:07:20 -07:00 коммит произвёл GitHub
Родитель 646177e842
Коммит 1b7ca29697
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 14 добавлений и 0 удалений

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

@ -11,3 +11,17 @@ Dev Containers now supports attaching to a Kubernetes container when connected v
When the automatic GPU detection doesn't work as expected, you can now use the new user setting, <a href="vscode://settings/dev.containers.gpuAvailability" codesetting="true">`dev.containers.gpuAvailability`</a>, to specify whether or not GPUs are available.
This makes sure that you will get the expected behavior when a `devcontainer.json` configures GPU as an optional resource (`"hostRequirements": { "gpu": "optional" }`).
## Remote - SSH
### Baseline Test Configurations
This iteration we began developing a collection of public [remote configurations](https://github.com/microsoft/vscode-remote-release/tree/main/ssh). Our internal release pipeline has been configured to utilize these configurations as a baseline regression testing gate.
In the next iterations we will continue to add configurations with the goal of increased compatibility and reliability of the Remote - SSH extension.
### Honor `ConnectTimeout` SSH configuration setting
Previously the Remote - SSH extension would not honor the `ConnectTimeout` SSH configuration option.
Now, the `ConnectTimeout` option is preferred per host, followed by the existing <a href="vscode://settings/remote.SSH.connectTimeout" codesetting="15">`remote.SSH.connectTimeout`</a> setting. A `ConnectTimeout` of `0` indicates a maximum timeout internal.