Skip to content

Commit 86a908d

Browse files
darthorimarintellij-monorepo-bot
authored andcommitted
[lsp] lower the required VS Code version to 1.96.0, so it works in Cursor
GitOrigin-RevId: 54acd960b7419cd1966f6ee4ecfcd3080d49af8c
1 parent a265534 commit 86a908d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kotlin-vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Provides Kotlin language support for Visual Studio Code
1313
## Requirements
1414

1515
* Java 17 and above
16-
* Visual Studio Code version 1.100 and above
16+
* Visual Studio Code version 1.96.0 and above
1717

1818
## Getting started
1919

kotlin-vscode/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kotlin-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"directory": "kotlin-vscode"
1414
},
1515
"engines": {
16-
"vscode": "^1.97.0"
16+
"vscode": "^1.96.0"
1717
},
1818
"categories": [
1919
"Programming Languages"

0 commit comments

Comments
 (0)