I'm working in an Angular project. When I create a simple HTML template like:
<div>some {{ text }}</div>
VS Code adds a semicolon to the end of the line when saving, which is obviously not desired. when you delete and save again it adds it back in.
This doesn't seem to happen for more complex templates, especially when using directives or inputs/outputs.
Any ideas how to prevent this?
Also just to mention that I have the following extensions installed, which might affect it.
Angular Language Service Prettier - Code formatter