Revert vscode types to make compatible with older versions; fix terminal output parsing

This commit is contained in:
Saoud Rizwan
2024-09-09 09:39:33 -04:00
parent 6a12eb2464
commit d71cccc2a4
3 changed files with 42 additions and 9 deletions

8
package-lock.json generated
View File

@@ -36,7 +36,7 @@
"@types/diff": "^5.2.1",
"@types/mocha": "^10.0.7",
"@types/node": "20.x",
"@types/vscode": "^1.93.0",
"@types/vscode": "^1.84.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.11.0",
"@vscode/test-cli": "^0.0.9",
@@ -4499,9 +4499,9 @@
"license": "MIT"
},
"node_modules/@types/vscode": {
"version": "1.93.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.93.0.tgz",
"integrity": "sha512-kUK6jAHSR5zY8ps42xuW89NLcBpw1kOabah7yv38J8MyiYuOHxLQBi0e7zeXbQgVefDy/mZZetqEFC+Fl5eIEQ==",
"version": "1.84.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.84.0.tgz",
"integrity": "sha512-lCGOSrhT3cL+foUEqc8G1PVZxoDbiMmxgnUZZTEnHF4mC47eKAUtBGAuMLY6o6Ua8PAuNCoKXbqPmJd1JYnQfg==",
"dev": true,
"license": "MIT"
},