aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json9
1 files changed, 1 insertions, 8 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index d0be0a4..d6eb609 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -9,14 +9,7 @@
"program": "${workspaceFolder}/dist/src/bot.js",
"sourceMaps": true,
"resolveSourceMapLocations": ["${workspaceFolder}/**"],
- "skipFiles": [
- "<node_internals>/**",
- "/**/.yarn/**",
- "/**/.nvm/**",
- "**/node_modules/**",
- "!**/node_modules/discord-akairo/**",
- "!**/node_modules/discord.js/**"
- ]
+ "skipFiles": ["<node_internals>/**", "/**/.yarn/**", "/**/.nvm/**"]
}
]
}