Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547d2aa commit 113d740Copy full SHA for 113d740
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## Unreleased
4
5
+### Fixed
6
+
7
+- Missing or otherwise malformed `START CODER VSCODE` / `END CODER VSCODE`
8
+ blocks in `${HOME}/.ssh/config` will now result in an error when attempting to
9
+ update the file. These will need to be manually fixed before proceeding.
10
+- Multiple open instances of the extension could potentially clobber writes to
11
+ `~/.ssh/config`. Updates to this file are now atomic.
12
13
## [v1.9.0](https://github.com/coder/vscode-coder/releases/tag/v1.9.0) 2025-05-15
14
15
### Fixed
0 commit comments