diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 8a07909..a98a3a6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,7 +1,4 @@ { - // 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": [ { @@ -9,26 +6,7 @@ "name": "Run yarn start", "request": "launch", "type": "node-terminal", - "skipFiles": [ - "<node_internals>/**", - "**/Yarn/**", - "**/node_modules/typescript/**", - "**/node_modules/bluebird/**" //"**/node_modules/**" - ] - }, - { - "type": "pwa-node", - "request": "launch", - "name": "Launch Program", - "skipFiles": [ - "<node_internals>/**", - "**/Yarn/**", - "**/node_modules/typescript/**", - "**/node_modules/bluebird/**" //"**/node_modules/**" - ], - "program": "${workspaceFolder}\\dist\\bot.js", - "preLaunchTask": "tsc: build - tsconfig.json", - "outFiles": ["${workspaceFolder}/dist/**/*.js"] + "skipFiles": ["<node_internals>/**", "**/Yarn/**", "**/.pnp.js", "**/.yarn/releases/**"] } ] } |