-1
Hello, everybody.
When working with HTML every time a change is made to head Vscode automatically adds a space before closing all double quotes in the body. Staying as in this example: input type="checkbox " id="ps4 " name="ps4 " value="ps4 "
This situation ends up upsetting the presentation of the site in the browser (Firefox, in this case). To solve, I have to take the spaces, one by one. Why does this happen? And what would be the best way to solve?
Grateful.
Probably you have installed some code formatting extension, you can disable it or read in its documentation if there is any config about it
– hugocsl