Skip to content

Commit 1b7ca29

Browse files
authored
Add Remote -SSH to v1_94
1 parent 646177e commit 1b7ca29

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

remote-release-notes/v1_94.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,17 @@ Dev Containers now supports attaching to a Kubernetes container when connected v
1111
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.
1212

1313
This makes sure that you will get the expected behavior when a `devcontainer.json` configures GPU as an optional resource (`"hostRequirements": { "gpu": "optional" }`).
14+
15+
## Remote - SSH
16+
17+
### Baseline Test Configurations
18+
19+
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.
20+
21+
In the next iterations we will continue to add configurations with the goal of increased compatibility and reliability of the Remote - SSH extension.
22+
23+
### Honor `ConnectTimeout` SSH configuration setting
24+
25+
Previously the Remote - SSH extension would not honor the `ConnectTimeout` SSH configuration option.
26+
27+
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.

0 commit comments

Comments
 (0)