Skip to content

Commit de631dd

Browse files
author
Alessandro Sangalli
committed
feat: remove reset
1 parent 8ed2ee3 commit de631dd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/commands.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ export function commandFactory(statusBarItems: MobStatusBarItem[]) {
142142
description: "Commit mob session",
143143
command: "mob-vscode-gui.done",
144144
},
145-
{
146-
label: "Reset",
147-
description: "Delete local and remote WIP branch",
148-
command: "mob-vscode-gui.reset",
149-
},
145+
// {
146+
// label: "Reset",
147+
// description: "Delete local and remote WIP branch",
148+
// command: "mob-vscode-gui.reset",
149+
// },
150150
{
151151
label: "Timer",
152152
description: "Set timer (in minutes)",

0 commit comments

Comments
 (0)