<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> - Allow HTML attribute completion preference for single quotes or no default value. - E.g. `class="|"` vs `class='|'` vs `class=|` - Implemented in #129284 and microsoft/vscode-html-languageservice#112.
class="|"vsclass='|'vsclass=|