File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/vs/editor/contrib/codeAction/browser Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ export class CodeActionMenu extends Disposable implements IEditorContribution {
299
299
* Checks if the settings have enabled the new code action widget.
300
300
*/
301
301
private isCodeActionWidgetEnabled ( model : ITextModel ) : boolean {
302
- return this . _configurationService . getValue ( 'editor.experimental. useCustomCodeActionMenu' , {
302
+ return this . _configurationService . getValue ( 'editor.useCustomCodeActionMenu' , {
303
303
resource : model . uri
304
304
} ) ;
305
305
}
Original file line number Diff line number Diff line change 71
71
.codeActionMenuWidget .monaco-list .monaco-list-row : hover : not (.option-disabled ),
72
72
.codeActionMenuWidget .monaco-list .monaco-list-row .focused : not (.option-disabled ) {
73
73
background-color : var (--vscode-list-hoverBackground ) !important ;
74
+ color : var (--vscode-list-activeSelectionForeground ) !important ;
74
75
}
75
76
76
77
.codeActionMenuWidget .monaco-list .monaco-list-row .focused : not (.option-disabled ) {
You can’t perform that action at this time.
0 commit comments