Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
This commit was merged in pull request #163.
This commit is contained in:
2026-04-17 03:46:30 +00:00
committed by root
parent 515fa59dcd
commit 4345e9cf92
2 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "25.x",
"@types/vscode": "^1.115.0",
"@types/vscode": "^1.116.0",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"@vscode/test-cli": "^0.0.12",
@@ -296,9 +296,9 @@
}
},
"node_modules/@types/vscode": {
"version": "1.115.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.115.0.tgz",
"integrity": "sha512-/M8cdznOlqtMqduHKKlIF00v4eum4ZWKgn8YoPRKcN6PDdvoWeeqDaQSnw63ipDbq1Uzz78Wndk/d0uSPwORfA==",
"version": "1.116.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.116.0.tgz",
"integrity": "sha512-sYHp4MO6BqJ2PD7Hjt0hlIS3tMaYsVPJrd0RUjDJ8HtOYnyJIEej0bLSccM8rE77WrC+Xox/kdBwEFDO8MsxNA==",
"dev": true,
"license": "MIT"
},

View File

@@ -55,7 +55,7 @@
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "25.x",
"@types/vscode": "^1.115.0",
"@types/vscode": "^1.116.0",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"@vscode/test-cli": "^0.0.12",
@@ -68,11 +68,11 @@
"typescript": "^6.0.2"
},
"engines": {
"vscode": "^1.115.0"
"vscode": "^1.116.0"
},
"icon": "icon.png",
"extensionKind": [
"ui",
"workspace"
]
}
}