Enter closing quote doubles it
This issue has been moved from a ticket on Developer Community.
If I type backspace and remove a double quote (") and then type a double quote the editor gives me two ("")!

Original Comments
Feedback Bot on 10/31/2022, 07:23 PM:
(private comment, text removed)
Original Solutions
(no solutions)
From the issue, seems like this might only happen after @bind-Value, so could be our regex in language-configuration.json needs to be updated to allow for @ signs.
@davidwengier: it happens with any attribute
Yep, you are correct. Looks like it only happens at the end of a line:

Correction, it only doesn't happen for an empty attribute that is not at the end of a line. I actually think this is behaving as designed, and it matches the behaviour of VS Code, for a plain html file, except for the one case where VS doesn't insert two quotes.
@gundermanc am I right in guessing that parity with VS Code is the aim with language-configuration.json?
@veler is the expert on Language Configuration. Etienne, do you know what is the correct behavior?