Rename debug: commands to dev: (#30675)

Closes #ISSUE

Release Notes:

- Breaking change: The actions used while developing Zed have been
renamed from `debug:` to `dev:` to avoid confusion with the new debugger
feature:
- - `dev::OpenDebugAdapterLogs`
- - `dev::OpenSyntaxTreeView`
- - `dev::OpenThemePreview`
- - `dev::OpenLanguageServerLogs`
- - `dev::OpenKeyContextView`
This commit is contained in:
Conrad Irwin 2025-05-14 11:15:27 +02:00 committed by GitHub
parent 7f9a365d8f
commit ed361ff6a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 11 additions and 11 deletions

View file

@ -11,7 +11,7 @@ use ui::{
use crate::{Item, Workspace};
actions!(debug, [OpenThemePreview]);
actions!(dev, [OpenThemePreview]);
pub fn init(cx: &mut App) {
cx.observe_new(|workspace: &mut Workspace, _, _| {