aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-10-10 18:58:39 -0400
committerbobzel <zzzman@gmail.com>2024-10-10 18:58:39 -0400
commit5752dff8ff7b1b2858542feec0b1bb037461bf1a (patch)
tree04080d4a596b0e5199b5ec95ab625fbb590f2a75 /.vscode
parent36735ff00a55ae587af5f69eef495533a1f35393 (diff)
parentd347fc59feefd91a796012892da57511787bb6d0 (diff)
Merge branch 'master' into nathan-starter
Diffstat (limited to '.vscode')
-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/**"]
}