From a3ad7f545cde08897288d52667325faed19db243 Mon Sep 17 00:00:00 2001 From: Christoffer Artmann Date: Wed, 29 Oct 2025 10:43:02 +0100 Subject: [PATCH] feat: Lower the required VS Code version. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d44ee65bf..d7e646836 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "theme": "light" }, "engines": { - "vscode": "^1.103.0" + "vscode": "^1.95.0" }, "l10n": "./l10n", "extensionKind": [