Closed
Description
TS Template added by @mjbvz
TypeScript Version: 4.2.0-dev.20201103
Search Terms
- organize imports
- alias
When running TypeScript's "Organize Imports" action on this file from the LSP client:
It makes a mess of the file, inserting lots of blank lines in between each class:
I've disabled all other extensions but it still occurs. It shows TS 4.0.3 in the status bar if that's important.