Remove @types/vscode (#1025)

Because there isn't a published version that contains the new API yet
This commit is contained in:
Rob Lourens
2024-05-16 22:00:04 -07:00
committed by GitHub
parent a61a601daf
commit a79d6117b5
2 changed files with 0 additions and 8 deletions

View File

@ -9,7 +9,6 @@
"version": "0.1.0",
"devDependencies": {
"@types/node": "^20.5.9",
"@types/vscode": "1.82.0",
"eslint": "^7.22.0",
"tslint": "^6.1.3",
"typescript": "^4.0.3"
@ -210,12 +209,6 @@
"undici-types": "~5.26.4"
}
},
"node_modules/@types/vscode": {
"version": "1.82.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.82.0.tgz",
"integrity": "sha512-VSHV+VnpF8DEm8LNrn8OJ8VuUNcBzN3tMvKrNpbhhfuVjFm82+6v44AbDhLvVFgCzn6vs94EJNTp7w8S6+Q1Rw==",
"dev": true
},
"node_modules/acorn": {
"version": "8.11.2",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz",

View File

@ -56,7 +56,6 @@
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/vscode": "1.82.0",
"eslint": "^7.22.0",
"tslint": "^6.1.3",
"typescript": "^4.0.3"