Skip to content

Commit 929ac60

Browse files
committed
keep array in sync; fixes microsoft#32337
1 parent 5185909 commit 929ac60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/workbench/parts/debug/browser/debugActionItems.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export class StartDebugActionItem extends EventEmitter implements IActionItem {
167167

168168
if (options.length === 0) {
169169
options.push(nls.localize('noConfigurations', "No Configurations"));
170+
this.executeOnSelect.push(() => false);
170171
}
171172
options.push(StartDebugActionItem.SEPARATOR);
172173
this.executeOnSelect.push(undefined);

0 commit comments

Comments
 (0)