Skip to content

Commit

Permalink
docs: Adding comment to launch about port number chosen
Browse files Browse the repository at this point in the history
  • Loading branch information
d-jeffery committed Aug 4, 2023
1 parent 6c9b10e commit 566b33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "node",
"request": "attach",
"name": "Attach to Server",
"port": 6012,
"port": 6012, // Port number chosen and set in client/src/extnesion.ts upon startup
"restart": true,
"sourceMaps": true
},
Expand Down

0 comments on commit 566b33b

Please sign in to comment.