File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## [ v0.1.37] ( https://github.com/coder/vscode-coder/releases/tag/v0.1.37 ) (2024-05-24)
6
+
7
+ ### Added
8
+
9
+ - openRecent query parameter to open the most recent workspace or directory for
10
+ that remote.
11
+ - Setting to disable downloading the binary. When disabled, the existing binary
12
+ will be used as-is. If the binary is missing, the plugin will error.
13
+
14
+ ### Fixes
15
+
16
+ - Increased timeout will apply to reconnects as well.
17
+
5
18
### Changes
6
19
7
20
- Show certificate errors under the token input.
Original file line number Diff line number Diff line change @@ -313,8 +313,7 @@ export class Remote {
313
313
// of 15 seconds, which can be too short in the case where we wait for
314
314
// startup scripts. For now we hardcode a longer value. Because this is
315
315
// potentially overwriting user configuration, it feels a bit sketchy. If
316
- // microsoft/vscode-remote-release#8519 is resolved we can remove this but
317
- // for now to mitigate the sketchiness we will reset it after connecting.
316
+ // microsoft/vscode-remote-release#8519 is resolved we can remove this.
318
317
const minConnTimeout = 1800
319
318
let mungedConnTimeout = false
320
319
if ( ! connTimeout || connTimeout < minConnTimeout ) {
You can’t perform that action at this time.
0 commit comments