source.organizeImports is replicating last comment line #38507
Labels
Bug
A bug in TypeScript
Domain: Organize Imports
Issues with the organize imports feature
Fix Available
A PR has been opened for this issue
Milestone
Using
Code Insiders
build:Problem: If you have
organizeImports
enabled, such as:and you save a file with comments in the import area, such as:
and then save the file, it will replicate the last comment line under all of the imports like this:
After first save
After 2nd save
Etc...
The text was updated successfully, but these errors were encountered: