0

When typing <br> vscode transforms it to <br></br>.

Not sure if it is a plugin that causes the issue or not. Vue3 does not support <br></br> and throws an error.

Is it a way to disable this?

a.bjorkmann
  • 89
  • 2
  • 9

1 Answers1

0

It is built-in extension for VS Code called Emmet. You most definitely can customize it's settings in the settings.json file. If you don't know how to open settings.json, go here.

Roman
  • 16
  • 6