Adjust Debug Config

This commit is contained in:
Josh Johnson 2016-01-13 18:03:46 -05:00
parent a49c22958a
commit a8ab7488ef
1 changed files with 2 additions and 1 deletions

3
.vscode/launch.json vendored
View File

@ -8,7 +8,8 @@
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}"
]
],
"preLaunchTask": "build"
}
]
}