docs/debugger: Remove mention of onboarding calls (#34414)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
45d0686129
commit
4848bd705e
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@ Zed implements the client side of the protocol, and various _debug adapters_ imp
|
|||
This protocol enables features like setting breakpoints, stepping through code, inspecting variables,
|
||||
and more, in a consistent manner across different programming languages and runtime environments.
|
||||
|
||||
> We currently offer onboarding support for users. We are eager to hear from you if you encounter any issues or have suggestions for improvement for our debugging experience.
|
||||
> You can schedule a call via [Cal.com](https://cal.com/team/zed-research/debugger)
|
||||
|
||||
## Supported Languages
|
||||
|
||||
To debug code written in a specific language, Zed needs to find a debug adapter for that language. Some debug adapters are provided by Zed without additional setup, and some are provided by [language extensions](./extensions/debugger-extensions.md). The following languages currently have debug adapters available:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue