We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbaf56 commit 0a01db1Copy full SHA for 0a01db1
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [v0.1.35](https://github.com/coder/vscode-coder/releases/tag/v0.1.35) (2024-03-12)
4
+
5
+### Changes
6
7
+- Support running within Cursor.
8
9
## [v0.1.34](https://github.com/coder/vscode-coder/releases/tag/v0.1.34) (2024-03-03)
10
11
### Changes
package.json
@@ -4,7 +4,7 @@
"displayName": "Coder",
"description": "Open any workspace with a single click.",
"repository": "https://github.com/coder/vscode-coder",
- "version": "0.1.34",
+ "version": "0.1.35",
"engines": {
"vscode": "^1.73.0"
},
0 commit comments