This is not valid HTML. The browser will act like the closing tag doesn't exist, like so:
And vscode will correctly mark it as wrong like so:

But many html-like languages like Vue and JSX do allow self-closing tags, but vscode still marks it as wrong. It would be nice if we could allow all tags to be self-closed by setting a value in .vscode\settings.json
This is not valid HTML. The browser will act like the closing tag doesn't exist, like so:
And vscode will correctly mark it as wrong like so:

But many html-like languages like Vue and JSX do allow self-closing tags, but vscode still marks it as wrong. It would be nice if we could allow all tags to be self-closed by setting a value in
.vscode\settings.json