The correct command editor.action.quickFix. The default binding on Windows looks like this:
{ "key": "ctrl+.", "command": "editor.action.quickFix",
"when": "editorTextFocus" }
On Mac it’s CMD + ..
The correct command editor.action.quickFix. The default binding on Windows looks like this:
{ "key": "ctrl+.", "command": "editor.action.quickFix",
"when": "editorTextFocus" }
On Mac it’s CMD + ..