I can't figure out how to get VSCode to not enclose the current selection in single- or double-quotes if I select some text and then type '
or "
. I've tried searching for a '
-based key shortcut, and I’ve tried removing it as a keyboard shortcut with:
{
"key": "'",
"command": "-editor.action.insertSnippet",
"when": "textInputFocus"
}
But that doesn’t seem to do anything.
I've also set the close-quote prefs to Never.
CodePudding user response: