You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the "Format document" command, with xml.format.quotations set to doubleQuotes (the default)
Symptoms:
The formatting produces the following invalid XML: <hello attr=""" />
Expected:
Formatting shouldn't change the type of quote used for an attribute if that produces invalid XML, that is if the attribute value contains the quote character.