Skip to content

Commit

Permalink
Merge pull request #2854 from VSCodeVim/launch
Browse files Browse the repository at this point in the history
fix: don't run test when launching through vscode
  • Loading branch information
xconverge authored Jul 18, 2018
2 parents 663a447 + afc9cbc commit 16d2a65
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 @@ -15,7 +15,7 @@
"outFiles": [
"${workspaceRoot}/{out, node_modules}/**/*.js"
],
"preLaunchTask": "gulp: default",
"preLaunchTask": "gulp: build",
"internalConsoleOptions": "openOnSessionStart",
},
{
Expand Down

0 comments on commit 16d2a65

Please sign in to comment.