Skip to content

Commit

Permalink
Remove unused vscode-test (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 4, 2021
1 parent 8350b15 commit 18f8405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 188 deletions.
185 changes: 0 additions & 185 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
"lint:types": "tsc",
"lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:types",
"schema": "ts-node src/language-service/src/schemas/generateSchemas.ts",
"test": "npm run compile && node ./node_modules/vscode/bin/test",
"test": "npm run compile",
"watch": "tsc -watch -p ./"
},
"devDependencies": {
Expand Down Expand Up @@ -340,8 +340,7 @@
"ts-loader": "^8.0.10",
"ts-node": "9.1.1",
"typescript": "^4.2.2",
"typescript-json-schema": "0.49.0",
"vscode-test": "^1.5.1"
"typescript-json-schema": "0.49.0"
},
"dependencies": {
"axios": "^0.21.1",
Expand Down

0 comments on commit 18f8405

Please sign in to comment.