From 4848bd705e66042624ff041f91259d735e0dd929 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Mon, 14 Jul 2025 19:18:09 +0200 Subject: [PATCH] docs/debugger: Remove mention of onboarding calls (#34414) Closes #ISSUE Release Notes: - N/A --- docs/src/debugger.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/src/debugger.md b/docs/src/debugger.md index f10461a1603baeb76b30f60a36f945be0b4895df..02c17c412785c2c05f4c4b8e83cc12f0df980e0d 100644 --- a/docs/src/debugger.md +++ b/docs/src/debugger.md @@ -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: