HTML › Completion: Attribute Default Value
The HTML › Completion: Attribute Default Value
lets you configure VS Code to use single or double quotes when completing html attributes.
Possible values for html.completion.attributeDefaultValue
:
doublequotes
— Use double quotes for attributes:"
singlequotes
— Use single quotes for attributes:'
empty
— Don’t add any quotes.