chore: bump engine to fix compat with core https://github.com/microsoft/vscode/pull/274025 (#1703)

This commit is contained in:
Ulugbek Abdullaev
2025-10-30 11:53:22 +01:00
committed by GitHub
parent 6c0f008bf2
commit 87d601c0db
+2 -2
View File
@@ -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"
}
}
}