aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-03-11 17:43:05 +0100
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-03-11 17:43:05 +0100
commitfa937182bc93aa2c6faadda80ea998cdfd479b4e (patch)
treecba8e16edcccc6fd2932173484ac444cb79abea2 /.vscode/launch.json
parentcf91c46cfec6e3e36b9184764016f9c1b5c997d4 (diff)
parent04669ffeb163688c7aefd7b5face7998252abdca (diff)
Merge branch 'master' of https://github.com/brown-dash/Dash-Web into DocCreatorMenu-work
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json15
1 files changed, 6 insertions, 9 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index e4c31361c..e9a07cf93 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -59,7 +59,7 @@
"webRoot": "${workspaceFolder}"
},
{
- "type": "node",
+ "type": "pwa-node",
"request": "attach",
"name": "Typescript Server",
"protocol": "inspector",
@@ -68,7 +68,7 @@
"remoteRoot": "${workspaceFolder}"
},
{
- "type": "node",
+ "type": "pwa-node",
"request": "launch",
"name": "Current TS File",
"runtimeExecutable": "npx",
@@ -76,7 +76,7 @@
"port": 9229
},
{
- "type": "node",
+ "type": "pwa-node",
"request": "launch",
"name": "Mocha Tests",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
@@ -86,7 +86,7 @@
"protocol": "inspector"
},
{
- "type": "node",
+ "type": "pwa-node",
"request": "launch",
"name": "Mocha Current File",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
@@ -96,9 +96,6 @@
"protocol": "inspector"
}
],
-
- "resolveSourceMapLocations": [
- "${workspaceFolder}/**",
- "!**/node_modules/**"
- ]
+
+ "resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"]
}