@@ -71,6 +71,8 @@ export const dict = {
7171 "command.model.variant.cycle.description" : "Switch to the next effort level" ,
7272 "command.permissions.autoaccept.enable" : "Auto-accept edits" ,
7373 "command.permissions.autoaccept.disable" : "Stop auto-accepting edits" ,
74+ "command.workspace.toggle" : "Toggle workspaces" ,
75+ "command.workspace.toggle.description" : "Enable or disable multiple workspaces in the sidebar" ,
7476 "command.session.undo" : "Undo" ,
7577 "command.session.undo.description" : "Undo the last message" ,
7678 "command.session.redo" : "Redo" ,
@@ -350,6 +352,11 @@ export const dict = {
350352 "toast.theme.title" : "Theme switched" ,
351353 "toast.scheme.title" : "Color scheme" ,
352354
355+ "toast.workspace.enabled.title" : "Workspaces enabled" ,
356+ "toast.workspace.enabled.description" : "Multiple worktrees are now shown in the sidebar" ,
357+ "toast.workspace.disabled.title" : "Workspaces disabled" ,
358+ "toast.workspace.disabled.description" : "Only the main worktree is shown in the sidebar" ,
359+
353360 "toast.permissions.autoaccept.on.title" : "Auto-accepting edits" ,
354361 "toast.permissions.autoaccept.on.description" : "Edit and write permissions will be automatically approved" ,
355362 "toast.permissions.autoaccept.off.title" : "Stopped auto-accepting edits" ,
0 commit comments