docs/debugger: Remove mention of onboarding calls (#34414)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-07-14 19:18:09 +02:00 committed by GitHub
parent 45d0686129
commit 4848bd705e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: