Merged PR 803809: Update engines.vscode to match @types/vscode

Update engines.vscode to match @types/vscode. My suspicion is that newer versions of node are actually enforcing this (the error started to manifest on the new YAML release pipeline).
This commit is contained in:
Serge Mera 2024-09-06 17:36:19 +00:00
Родитель 6899b8a4c3
Коммит a7a028a014
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@
},
"license": "MIT",
"engines": {
"vscode": "^1.24.0"
"vscode": "^1.61.0"
},
"categories": [
"Other"