Implement basic support for VS Code debug configurations (#29160)
- [x] Basic implementation - [x] Match common VSC debug extension names to Zed debug adapters - [ ] ~~`preLaunchTask` support~~ descoped for this PR Release Notes: - N/A
This commit is contained in:
parent
36d02de784
commit
207fb04969
7 changed files with 269 additions and 46 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -14228,6 +14228,7 @@ dependencies = [
|
|||
"gpui",
|
||||
"hex",
|
||||
"parking_lot",
|
||||
"pretty_assertions",
|
||||
"proto",
|
||||
"schemars",
|
||||
"serde",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue