docs: Update manifest keys in debugger extension docs (#33085)
This is silly and caused at least one of our users a lot of confusion. Closes #33040 Release Notes: - N/A
This commit is contained in:
@@ -89,6 +89,8 @@ impl zed::Extension for MyExtension {
|
||||
zed::register_extension!(MyExtension);
|
||||
```
|
||||
|
||||
> `stdout`/`stderr` is forwarded directly to the Zed process. In order to see `println!`/`dbg!` output from your extension, you can start Zed in your terminal with a `--foreground` flag.
|
||||
|
||||
## Forking and cloning the repo
|
||||
|
||||
1. Fork the repo
|
||||
|
||||
Reference in New Issue
Block a user