Skip to content

Commit

Permalink
perf: update vscode launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 21, 2019
1 parent 62d881b commit 5e86c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "${defaultBuildTask}"
},
{
"name": "Extension Tests",
Expand All @@ -29,7 +29,7 @@
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "${defaultBuildTask}"
}
]
}

0 comments on commit 5e86c93

Please sign in to comment.