So, the issue is as per the title. When I'm using this tool and I choose an autocomplete option (press enter), the last letter of the closing tag is cut. So I end up with something like this: ``` <CountContext> ... </CountContex> ``` This ONLY happens if `"htmltagwrap.autoDeselectClosingTag": true` Thus, there must be something wrong with the Deselection.
So, the issue is as per the title.
When I'm using this tool and I choose an autocomplete option (press enter), the last letter of the closing tag is cut.
So I end up with something like this:
This ONLY happens if
"htmltagwrap.autoDeselectClosingTag": trueThus, there must be something wrong with the Deselection.