Skip to content

VSCode 1.74.0 editor.experimental.useCustomCodeActionMenu no longer works. No more custom keybinding controls #169014

@cpakken

Description

@cpakken

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.74.0
  • OS Version: WIndows 11

I recently updated to VSCode 1.74 and custom code action menu no longer works

//settings.json
editor.experimental.useCustomCodeActionMenu: true //No longer applied

//vim key-bindings can be used to control custom code action menu
[
  {
    "key": "ctrl+k",
    "when": "actionWidgetVisible",
    "command": "focusPreviousCodeAction"
  },
  {
    "key": "ctrl+j",
    "when": "actionWidgetVisible",
    "command": "focusNextCodeAction"
  }
]

This feature was introduced in https://code.visualstudio.com/updates/v1_70#_code-actions

Metadata

Metadata

Assignees

Labels

*duplicateIssue identified as a duplicate of another issue(s)editor-code-actionsEditor inplace actions (Ctrl + .)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions