docs: Remove beta tag from Debugger (#32950)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-06-18 14:48:09 -03:00 committed by GitHub
parent 74aa227c09
commit 73fee01c85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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