Skip to content

Commit

Permalink
Remove obsolete directives from debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
gingi committed Jun 7, 2022
1 parent caa4a25 commit ebed633
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"name": "Debug: Main",
"type": "node",
"request": "launch",
"protocol": "inspector",
"program": "${workspaceRoot}/src/client/main.ts",
"stopOnEntry": false,
"args": [
Expand Down Expand Up @@ -44,7 +43,6 @@
"request": "attach",
"port": 9222,
"sourceMaps": true,
"trace": "verbose",
"webRoot": "${workspaceRoot}/build",
"timeout": 30000,
"presentation": {
Expand All @@ -61,7 +59,6 @@
"name": "Test: Client",
"type": "node",
"request": "launch",
"protocol": "inspector",
"program": "${workspaceRoot}/test/client/run-jasmine.js",
"cwd": "${workspaceRoot}",
"runtimeExecutable": "node",
Expand Down

0 comments on commit ebed633

Please sign in to comment.