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 fd020e4 commit ee4a5f1Copy full SHA for ee4a5f1
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## [v1.7.1](https://github.com/coder/vscode-coder/releases/tag/v1.7.1) (2025-04-14)
6
+
7
+### Fixed
8
9
+- Fix bug where we were leaking SSE connections
10
11
## [v1.7.0](https://github.com/coder/vscode-coder/releases/tag/v1.7.0) (2025-04-03)
12
13
### Added
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.7.0",
+ "version": "1.7.1",
"engines": {
"vscode": "^1.73.0"
},
0 commit comments