From c7748efc10666df5b54bf4cb19326a0a9d02cd1c Mon Sep 17 00:00:00 2001 From: Nicolas Carlo Date: Tue, 22 Oct 2024 22:33:34 -0400 Subject: [PATCH] Update vscode engine to match types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a47a95b..b9feb1c7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "theme": "dark" }, "engines": { - "vscode": ">=1.90.0", + "vscode": ">=1.93.0", "node": ">=22.0.0" }, "main": "./out/extension.js",