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.
1 parent 2005ecb commit 3e5ca51Copy full SHA for 3e5ca51
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
## Unreleased
4
5
+## [v1.3.4](https://github.com/coder/vscode-coder/releases/tag/v1.3.4) (2024-10-14)
6
+
7
+### Fixed
8
9
+- The "All Workspaces" view was not being populated due to visibility check.
10
11
+### Added
12
13
+- Log workspaces queries when running with `--log=debug`.
14
+- Coder output logs will now have the date prefixed to each line.
15
16
## [v1.3.3](https://github.com/coder/vscode-coder/releases/tag/v1.3.3) (2024-10-14)
17
18
### Fixed
package.json
@@ -4,7 +4,7 @@
"displayName": "Coder",
"description": "Open any workspace with a single click.",
"repository": "https://github.com/coder/vscode-coder",
- "version": "1.3.3",
+ "version": "1.3.4",
"engines": {
"vscode": "^1.73.0"
},
0 commit comments