mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +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",
|
"type": "lldb",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Debug executable 'Zed'",
|
"name": "Debug executable 'Zed'",
|
||||||
|
"env": {
|
||||||
|
"ZED_SERVER_URL": "http://localhost:8080"
|
||||||
|
},
|
||||||
"cargo": {
|
"cargo": {
|
||||||
"args": [
|
"args": [
|
||||||
"build",
|
"build",
|
||||||
|
|
Loading…
Reference in a new issue