Skip to content

Commit

Permalink
Remove unused vscode dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 28, 2019
1 parent 2f1e5d1 commit c87193a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 459 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test"
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
],
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
],
"preLaunchTask": "npm: test-compile"
"preLaunchTask": "npm: pretest"
}
]
}
Loading

0 comments on commit c87193a

Please sign in to comment.