Skip to content

Commit 6630cd7

Browse files
authored
revert to old context key ID for code action widget (microsoft#168622)
fix microsoft#168591
1 parent c22b9fb commit 6630cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/actionWidget/browser/actionWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { KeybindingWeight } from 'vs/platform/keybinding/common/keybindingsRegis
2121

2222

2323
const ActionWidgetContextKeys = {
24-
Visible: new RawContextKey<boolean>('actionWidgetVisible', false, localize('actionWidgetVisible', "Whether the action widget list is visible"))
24+
Visible: new RawContextKey<boolean>('codeActionMenuVisible', false, localize('codeActionMenuVisible', "Whether the action widget list is visible"))
2525
};
2626

2727
export interface IRenderDelegate<T extends IActionItem> {

0 commit comments

Comments
 (0)