Hit the local server when debugging

This commit is contained in:
Nathan Sobo 2021-08-24 17:11:40 -06:00
parent 8559be9f92
commit 3ad894b7e8

3
.vscode/launch.json vendored
View File

@ -8,6 +8,9 @@
"type": "lldb",
"request": "launch",
"name": "Debug executable 'Zed'",
"env": {
"ZED_SERVER_URL": "http://localhost:8080"
},
"cargo": {
"args": [
"build",