Skip to content

Add support for Cursor (and other VS Code < 1.120 hosts)#126

Open
lemmy wants to merge 1 commit into
model-checking:mainfrom
lemmy:mku-cursor
Open

Add support for Cursor (and other VS Code < 1.120 hosts)#126
lemmy wants to merge 1 commit into
model-checking:mainfrom
lemmy:mku-cursor

Conversation

@lemmy

@lemmy lemmy commented Jun 7, 2026

Copy link
Copy Markdown

Cursor's bundled VS Code base (e.g. 1.105.1) is older than 1.120, so the extension failed to install with "not compatible with VS Code '1.105.1'". The @types/vscode bump to 1.120.0 had forced engines.vscode up to a floor no Cursor build satisfies, even though the code only uses APIs from 1.53.0.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Cursor's bundled VS Code base (e.g. 1.105.1) is older than 1.120, so the
extension failed to install with "not compatible with VS Code '1.105.1'".
The @types/vscode bump to 1.120.0 had forced engines.vscode up to a floor
no Cursor build satisfies, even though the code only uses APIs from 1.53.0.

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
Co-authored-by: Cursor Opus 4.8 <cursor@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant