Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
use vscode from @types
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Mar 4, 2020
1 parent 38b62d5 commit 0cb2bf5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 358 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -14,7 +14,6 @@
"license": "MIT",
"private": true,
"scripts": {
"postinstall": "node ./node_modules/vscode/bin/install",
"build": "gulp build",
"watch": "gulp watch",
"test": "gulp compile && mocha --timeout 10000 -u tdd ./out/tests/",
Expand Down Expand Up @@ -53,6 +52,7 @@
"devDependencies": {
"@types/mocha": "7.0.1",
"@types/node": "^12.7.3",
"@types/vscode": "^1.42.0",
"copy-webpack-plugin": "^5.1.1",
"del": "5.1.0",
"gulp": "4.0.2",
Expand All @@ -69,7 +69,6 @@
"tsutils": "3.17.1",
"typescript": "~3.7.2",
"vsce": "^1.73.0",
"vscode": "1.1.36",
"vscode-debugadapter-testsupport": "1.40.2",
"vscode-debugprotocol": "1.39.0",
"vscode-nls-dev": "3.3.1",
Expand Down

0 comments on commit 0cb2bf5

Please sign in to comment.