Closed brian-guerrero closed 5 years ago
@brian-guerrero I'm gonna guess off the top of my head this is because you have
"html.format.endWithNewline": true
Most likely because of the way this plugin doesn't specifically register as a formatting provider it moves the cursor, or maybe it's the way I'm calling the JS Beautify formatting. Try setting it like this
"files.insertFinalNewline": true,
"html.format.endWithNewline": false
Let me know if that fixes it for you.
The problem still persists with the new settings.
This is legit, I was on vacation for a few weeks will get this figured out and fixed ASAP
Hi, I have the same problem, too.
Sorry it took so long!
thank you sir
I'm getting the cursor jumping on save/format.
Is there any way to prevent the cursor from moving to the end of the file? I don't know if I'm the only one experiencing this.