Skip to content

Commit

Permalink
Fix test launch config
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Zegray <[email protected]>
  • Loading branch information
rzgry committed Jan 30, 2020
1 parent c9be26a commit a034c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test"
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
],
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
Expand Down

0 comments on commit a034c32

Please sign in to comment.