From 73fee01c85e88c17274fe401edc75cedcdac81c0 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:48:09 -0300 Subject: [PATCH] docs: Remove beta tag from Debugger (#32950) Release Notes: - N/A --- docs/src/SUMMARY.md | 2 +- docs/src/debugger.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index b13bc5558a..149d43622a 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -32,7 +32,7 @@ - [Channels](./channels.md) - [Collaboration](./collaboration.md) - [Git](./git.md) -- [Debugging (Beta)](./debugger.md) +- [Debugger](./debugger.md) - [Tasks](./tasks.md) - [Remote Development](./remote-development.md) - [Environment Variables](./environment.md) diff --git a/docs/src/debugger.md b/docs/src/debugger.md index b6d7f12f5f..95a14879c7 100644 --- a/docs/src/debugger.md +++ b/docs/src/debugger.md @@ -1,4 +1,4 @@ -# Debugger (Beta) +# Debugger Zed uses the [Debug Adapter Protocol (DAP)](https://microsoft.github.io/debug-adapter-protocol/) to provide debugging functionality across multiple programming languages. DAP is a standardized protocol that defines how debuggers, editors, and IDEs communicate with each other.