workspace commands

This commit is contained in:
kaitao-ms
2025-11-27 22:07:14 +08:00
parent 10d64cba61
commit 885ede7c37

View File

@@ -67,6 +67,7 @@ internal static class CommandsHelper
case SettingsWindow.Workspaces: case SettingsWindow.Workspaces:
return new List<ICommandContextItem>() return new List<ICommandContextItem>()
{ {
new CommandContextItem(new WorkspacesListPage()),
new CommandContextItem(new LaunchCommand(entry)), new CommandContextItem(new LaunchCommand(entry)),
}; };
default: default: