mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Pass workspace path to zed when debugging it in VS Code
This commit is contained in:
parent
466016a374
commit
13c1f5f60e
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@ -19,7 +19,9 @@
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
"args": [
|
||||
"${workspaceFolder}"
|
||||
],
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
@ -61,4 +63,4 @@
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user