When I want to change from double quotes to single quotes, I\'m used to selecting the double quote, and then type a single quote. I\'m intending to use the overwrite feature
Using VSCode version: 1.36.0
You can use: "editor.autoClosingQuotes": "never"
"editor.autoClosingQuotes": "never"
or