diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-25 19:49:37 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-25 19:49:37 +0000 |
| commit | 79ef182b6c3efc074422aed01c668bdef2f30676 (patch) | |
| tree | 199feec6ac134021aa3fbe888176e321719a1b21 /.vscode/launch.json | |
| parent | 4228765100aeca3d0ae170621335631ffb784753 (diff) | |
| download | ao-coverage-79ef182b6c3efc074422aed01c668bdef2f30676.tar.gz ao-coverage-79ef182b6c3efc074422aed01c668bdef2f30676.tar.bz2 ao-coverage-79ef182b6c3efc074422aed01c668bdef2f30676.zip | |
Move to Plug'n'Play over node_modules
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..7576274 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,20 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "pwa-node", + "request": "launch", + "name": "Launch Program", + "skipFiles": [ + "<node_internals>/**" + ], + "program": "${workspaceFolder}/src/util/config.ts", + "outFiles": [ + "${workspaceFolder}/**/*.js" + ] + } + ] +}
\ No newline at end of file |
