Skip to content

Commit

Permalink
Fix Run menu not appearing
Browse files Browse the repository at this point in the history
Seems that if a menu item doesn't have any enabled items at launch, it won't show up later when items become enabled. Keep one item enabled all the time, which we had planned to do anyway.
Fix #166623
  • Loading branch information
roblourens committed Dec 15, 2022
1 parent 46ceb40 commit d4cd8bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ MenuRegistry.appendMenuItem(MenuId.MenubarDebugMenu, {
id: 'debug.installAdditionalDebuggers',
title: nls.localize({ key: 'miInstallAdditionalDebuggers', comment: ['&& denotes a mnemonic'] }, "&&Install Additional Debuggers...")
},
when: CONTEXT_DEBUGGERS_AVAILABLE,
order: 1
});

Expand Down

0 comments on commit d4cd8bb

Please sign in to comment.