From 87d601c0db0aca04475bb49ea975cd0be044d249 Mon Sep 17 00:00:00 2001 From: Ulugbek Abdullaev Date: Thu, 30 Oct 2025 11:53:22 +0100 Subject: [PATCH] chore: bump engine to fix compat with core https://github.com/microsoft/vscode/pull/274025 (#1703) --- extensions/copilot/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/copilot/package.json b/extensions/copilot/package.json index 01c2389c0bf..f0218c95838 100644 --- a/extensions/copilot/package.json +++ b/extensions/copilot/package.json @@ -23,7 +23,7 @@ "icon": "assets/copilot.png", "pricing": "Trial", "engines": { - "vscode": "^1.106.0-20251024", + "vscode": "^1.106.0-20251030", "npm": ">=9.0.0", "node": ">=22.14.0" }, @@ -4426,4 +4426,4 @@ "string_decoder": "npm:string_decoder@1.2.0", "node-gyp": "npm:node-gyp@10.3.1" } -} \ No newline at end of file +}