We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed2ee3 commit de631ddCopy full SHA for de631dd
1 file changed
src/commands.ts
@@ -142,11 +142,11 @@ export function commandFactory(statusBarItems: MobStatusBarItem[]) {
142
description: "Commit mob session",
143
command: "mob-vscode-gui.done",
144
},
145
- {
146
- label: "Reset",
147
- description: "Delete local and remote WIP branch",
148
- command: "mob-vscode-gui.reset",
149
- },
+ // {
+ // label: "Reset",
+ // description: "Delete local and remote WIP branch",
+ // command: "mob-vscode-gui.reset",
+ // },
150
{
151
label: "Timer",
152
description: "Set timer (in minutes)",
0 commit comments