oracle / javavscode

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
Apache License 2.0
221 stars 24 forks source link

Formatting anomaly #187

Closed chriskriel closed 1 month ago

chriskriel commented 2 months ago

Sometimes when a line ends with ".class);" it is formatted as ".class\n);".

Achal1607 commented 2 months ago

Hey @chriskriel, Can you please provide any code to reproduce this issue? I tried on various examples but for me it is working fine.

chriskriel commented 1 month ago

I am also unable to reproduce this issue at will. It happens after many edits to a 3000 line .java file. As soon as I know when it happens I will update here.

Achal1607 commented 1 month ago

Closing this issue due to inactivity. If you encounter this issue again, have any further questions, or obtain reproducible steps, please feel free to reopen it.