Update all of our samples to target VSCode 1.100 or newer

This makes sure that if folks get a relatively recent `vscode.d.ts`. It also lets us safely bump up the target to es2024 so you can use all the latest lib additions
This commit is contained in:
Matt Bierner
2025-08-07 07:57:14 -07:00
parent 0b0bb2b6b8
commit 2ee6b0b7b9
258 changed files with 14028 additions and 15244 deletions

View File

@ -6,7 +6,7 @@
"publisher": "vscode-samples",
"repository": "https://github.com/Microsoft/vscode-extension-samples/helloworld-sample",
"engines": {
"vscode": "^1.74.0"
"vscode": "^1.100.0"
},
"categories": [
"Other"
@ -33,7 +33,7 @@
"@stylistic/eslint-plugin": "^2.9.0",
"@types/mocha": "^10.0.1",
"@types/node": "^22",
"@types/vscode": "^1.73.0",
"@types/vscode": "^1.100.0",
"@vscode/test-cli": "^0.0.8",
"@vscode/test-electron": "^2.3.9",
"eslint": "^9.13.0",