From 1ca21f9da4525bd0ca7ae337f9ad3c2616167bef Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 21 Nov 2022 08:38:02 -0800 Subject: [PATCH] Drop the unnecessary `-insiders` suffix from the VS Code engine --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d2b92458d4a..c4a40e7c4987 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "theme": "dark" }, "engines": { - "vscode": "^1.74.0-insiders" + "vscode": "^1.74.0" }, "keywords": [ "python",