extensions: Add "Debug Adapters" category to the extension store (#32845)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-06-17 12:09:08 +02:00 committed by GitHub
parent b13144eb1f
commit 6ad9a66cf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 46 additions and 9 deletions

View file

@ -29,7 +29,8 @@ Zed supports a variety of debug adapters for different programming languages out
These adapters enable Zed to provide a consistent debugging experience across multiple languages while leveraging the specific features and capabilities of each debugger.
> Is your desired debugger not listed? You can contribute by adding support for your favorite language or debugger. Check out our [debugger extensions](extensions/debugger-extensions.md) documentation for more information.
> Is your desired debugger not listed? You can install a [Debug Adapter extension](https://zed.dev/extensions?filter=debug-adapters) to add support for your favorite debugger.
> If that's not enough, you can contribute by creating an extension yourself. Check out our [debugger extensions](extensions/debugger-extensions.md) documentation for more information.
## Getting Started