ZIm/crates/task/src
Anthony Eid 804de3316e
debugger: Update docs with more examples (#31597)
This PR also shows more completion items when defining a debug config in
a `debug.json` file. Mainly when using a pre build task argument.

### Follow ups
- Add docs for Go, JS, PHP
- Add attach docs

Release Notes:

- debugger beta: Show build task completions when editing a debug.json
configuration with a pre build task
- debugger beta: Add Python and Native Code debug config
[examples](https://zed.dev/docs/debugger)
2025-05-30 04:22:16 +03:00
..
adapter_schema.rs debugger: Use DAP schema to configure daps (#30833) 2025-05-22 05:48:26 -04:00
debug_format.rs debugger: Update docs with more examples (#31597) 2025-05-30 04:22:16 +03:00
lib.rs task: Add ZED_RELATIVE_DIR task variable (#31657) 2025-05-29 11:50:36 +02:00
serde_helpers.rs tasks: Add spawn option by tag (#25650) 2025-04-04 14:20:09 +00:00
static_source.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
task_template.rs debugger beta: Fix bug where debug Rust main running action failed (#31291) 2025-05-28 13:59:48 +00:00
vscode_debug_format.rs debugger: Use DAP schema to configure daps (#30833) 2025-05-22 05:48:26 -04:00
vscode_format.rs Implement basic support for VS Code debug configurations (#29160) 2025-04-22 14:24:09 +00:00