Skip to content

Commit e31e470

Browse files
authored
Merge pull request #719 from Drulikar/update_chrome_debug_port
Update default debugging port for chrome
2 parents ac90f3f + 01c31bf commit e31e470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"type": "chrome",
2424
"request": "launch",
2525
"name": "Launch Chrome",
26-
"url": "http://localhost:3000/tgstation-server-control-panel",
26+
"url": "http://localhost:8080/tgstation-server-control-panel",
2727
"webRoot": "${workspaceFolder}"
2828
}
2929
]

0 commit comments

Comments
 (0)