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 #173.
This commit is contained in:
2026-05-15 00:41:12 +00:00
committed by root
parent 25f8680fce
commit c6ceff6841
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -12,7 +12,7 @@
"@eslint/js": "^10.0.1", "@eslint/js": "^10.0.1",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "25.x", "@types/node": "25.x",
"@types/vscode": "^1.118.0", "@types/vscode": "^1.120.0",
"@typescript-eslint/eslint-plugin": "^8.59.3", "@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3", "@typescript-eslint/parser": "^8.59.3",
"@vscode/test-cli": "^0.0.12", "@vscode/test-cli": "^0.0.12",
@@ -333,9 +333,9 @@
} }
}, },
"node_modules/@types/vscode": { "node_modules/@types/vscode": {
"version": "1.118.0", "version": "1.120.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.118.0.tgz", "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.120.0.tgz",
"integrity": "sha512-Ah6eTlqDcwIMELEVwQMO++rJAFBRz/oLluLD/vWdYrH1KuI9kfpaM+7pg0OvvascgcJy+ghLCERAYouM4QbzGw==", "integrity": "sha512-feaT4Rst+FkTch5zz/ZbNCxoIvo55YU80Be2kiL7OJcod4+CUYf2lUBPdIJzozNnSEMq1VRTGrWEcCGFB3fBmA==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
+2 -2
View File
@@ -52,7 +52,7 @@
"@eslint/js": "^10.0.1", "@eslint/js": "^10.0.1",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "25.x", "@types/node": "25.x",
"@types/vscode": "^1.118.0", "@types/vscode": "^1.120.0",
"@typescript-eslint/eslint-plugin": "^8.59.3", "@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3", "@typescript-eslint/parser": "^8.59.3",
"@vscode/test-cli": "^0.0.12", "@vscode/test-cli": "^0.0.12",
@@ -66,7 +66,7 @@
"typescript": "^6.0.3" "typescript": "^6.0.3"
}, },
"engines": { "engines": {
"vscode": "^1.118.0" "vscode": "^1.120.0"
}, },
"icon": "icon.png", "icon": "icon.png",
"extensionKind": [ "extensionKind": [