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 ef8546f commit 0c73c83Copy full SHA for 0c73c83
CHANGELOG.md
@@ -2,10 +2,18 @@
2
3
## Unreleased
4
5
+## [v1.9.2](https://github.com/coder/vscode-coder/releases/tag/v1.9.2) 2025-06-25
6
+
7
### Fixed
8
9
- Use `--header-command` properly when starting a workspace.
10
11
+- Handle `agent` parameter when opening workspace.
12
13
+### Changed
14
15
+- The Coder logo has been updated.
16
17
## [v1.9.1](https://github.com/coder/vscode-coder/releases/tag/v1.9.1) 2025-05-27
18
19
package.json
@@ -1,7 +1,7 @@
1
{
"name": "coder-remote",
"displayName": "Coder",
- "version": "1.9.1",
+ "version": "1.9.2",
"description": "Open any workspace with a single click.",
"categories": [
"Other"
0 commit comments