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 6311add commit 816ad9bCopy full SHA for 816ad9b
CHANGELOG.md
@@ -2,11 +2,16 @@
2
3
## Unreleased
4
5
+### Added
6
+
7
+- Support for paths that begin with a tilde (`~`).
8
9
### Fixed
10
11
- Fixed race condition when multiple VS Code windows download the Coder CLI binary simultaneously.
12
Other windows now wait and display real-time progress instead of attempting concurrent downloads,
13
preventing corruption and failures.
14
+- Remove duplicate "Cancel" buttons on the workspace update dialog.
15
16
### Changed
17
@@ -18,11 +23,6 @@
18
23
### Added
19
24
20
25
- Support for the `google.antigravity-remote-openssh` Remote SSH extension.
21
-- Support for paths that begin with a tilde (`~`).
22
-
-### Fixed
-- Remove duplicate "Cancel" buttons on the workspace update dialog.
26
27
28
0 commit comments