summaryrefslogtreecommitdiff
path: root/node_modules/xmlbuilder/.vscode
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/xmlbuilder/.vscode')
-rw-r--r--node_modules/xmlbuilder/.vscode/launch.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/node_modules/xmlbuilder/.vscode/launch.json b/node_modules/xmlbuilder/.vscode/launch.json
deleted file mode 100644
index 45a0637..0000000
--- a/node_modules/xmlbuilder/.vscode/launch.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- // 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": "node",
- "request": "launch",
- "name": "Debug Coffee",
- "skipFiles": [
- "<node_internals>/**"
- ],
- "program": "${workspaceFolder}/node_modules/mocha/bin/mocha",
- "args": [
- "\"test/**/*.coffee\""
- ],
- "outFiles": [
- "${workspaceFolder}/**/*.js"
- ]
- }
- ]
-} \ No newline at end of file