Home > Software engineering >  Vscode keeps randomly skipping lines for code
Vscode keeps randomly skipping lines for code

Time:02-10

Vscode keeps skipping a line automatically to somewhere I did not touch when I type something 1 second later it just moves a random tag one line down.

Before

<!--some code-->
<body>
</html>

one- two seconds later

<!--some code-->
<body>
<!--the line just went down one-->
</html>

How do I fix this if you need any more info just ask me

CodePudding user response:

  •  Tags:  
  • Related