We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1605896 commit 25474ceCopy full SHA for 25474ce
src/plus/startWork/startWork.ts
@@ -499,7 +499,7 @@ export class StartWorkCommand extends QuickCommand<State> {
499
onDidClickItemButton: (_quickpick, button, { item }) => {
500
if (button === OpenOnGitHubQuickInputButton && !isStartWorkTypeItem(item)) {
501
this.open(item);
502
- return true;
+ return undefined;
503
}
504
return false;
505
},
0 commit comments