Skip to content

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 7751e17 commit 316dafa
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 490 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,20 @@
"tslint": "tslint ./src/**/*.ts",
"watch": "tsc -w -p ./src",
"test": "mocha -u tdd ./out/tests/",
"postinstall": "node ./node_modules/vscode/bin/install",
"package": "vsce package",
"publish": "vsce publish"
},
"dependencies": {
"await-notify": "1.0.1",
"vscode-debugadapter": "1.39.0-pre.0"
"vscode-debugadapter": "1.39.1"
},
"devDependencies": {
"@types/node": "10.12.12",
"@types/mocha": "5.2.7",
"@types/vscode": "^1.43.0",
"typescript": "3.5.3",
"mocha": "6.2.0",
"vscode": "1.1.36",
"vscode-debugadapter-testsupport": "1.40.2-pre.0",
"vscode-debugadapter-testsupport": "1.40.2",
"tslint": "5.18.0",
"vsce": "1.66.0"
},
Expand Down
Loading

0 comments on commit 316dafa

Please sign in to comment.