mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 01:11:51 +00:00
Hit the local server when debugging
This commit is contained in:
parent
8559be9f92
commit
3ad894b7e8
1 changed files with 3 additions and 0 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
@ -8,6 +8,9 @@
|
|||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug executable 'Zed'",
|
||||
"env": {
|
||||
"ZED_SERVER_URL": "http://localhost:8080"
|
||||
},
|
||||
"cargo": {
|
||||
"args": [
|
||||
"build",
|
||||
|
|
Loading…
Reference in a new issue