We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5185909 commit 929ac60Copy full SHA for 929ac60
1 file changed
src/vs/workbench/parts/debug/browser/debugActionItems.ts
@@ -167,6 +167,7 @@ export class StartDebugActionItem extends EventEmitter implements IActionItem {
167
168
if (options.length === 0) {
169
options.push(nls.localize('noConfigurations', "No Configurations"));
170
+ this.executeOnSelect.push(() => false);
171
}
172
options.push(StartDebugActionItem.SEPARATOR);
173
this.executeOnSelect.push(undefined);
0 commit comments