aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json16
1 files changed, 2 insertions, 14 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 995ecf7..e9718ce 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -4,24 +4,12 @@
{
"type": "chrome",
"request": "launch",
- "name": "Client",
+ "name": "Google Chrome",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:///*": "${webRoot}/*"
}
- },
- {
- "type": "node",
- "request": "launch",
- "name": "Server",
- "program": "${workspaceRoot}/src/server/bin/www"
}
],
- "compounds": [
- {
- "name": "Full-stack",
- "configurations": ["Server", "Client"]
- }
- ]
-} \ No newline at end of file
+}