feat(app): add workspace toggle command to command palette and prompt input (#11810)

This commit is contained in:
Alex Yaroshuk
2026-02-03 04:36:00 +08:00
committed by GitHub
parent 562c9d76d9
commit 824165eb79
16 changed files with 107 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ export const dict = {
"command.model.variant.cycle.description": "Zum nächsten Aufwandslevel wechseln",
"command.permissions.autoaccept.enable": "Änderungen automatisch akzeptieren",
"command.permissions.autoaccept.disable": "Automatische Annahme von Änderungen stoppen",
"command.workspace.toggle": "Arbeitsbereiche umschalten",
"command.session.undo": "Rückgängig",
"command.session.undo.description": "Letzte Nachricht rückgängig machen",
"command.session.redo": "Wiederherstellen",