Open your keybindings configurations (open the command palette (Ctrl+Shift+P) and search for
Preferences: Open Keyboard Shortcuts (JSON)),
and add the following entry:{
"key": "cmd+k cmd+x", // Or any other keybinding you prefer.
"command": "editor.action.codeAction",
"args": {
"kind": "quickfix",
"apply": "first"
}
}
