Skip to content

Commit 25d7051

Browse files
authored
feat: Lower the required VS Code version. (#129)
This will make the extension compatible with: - Cursor 1.7.28 (VSCode 1.99.3) ✅ - Standard VSCode 1.95.0+ ✅ - Other VSCode-based editors with recent versions ✅ The version 1.95.0 is conservative enough to support most modern VSCode-based editors while still being recent enough for current extension features.
1 parent c9c88ad commit 25d7051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"theme": "light"
2424
},
2525
"engines": {
26-
"vscode": "^1.103.0"
26+
"vscode": "^1.95.0"
2727
},
2828
"l10n": "./l10n",
2929
"extensionKind": [

0 commit comments

Comments
 (0)