The JavaScript and TypeScript Nightly v5.7.20240911 update broke some part of the Add all missing imports source action. Ever since then, some imports would be incorrectly imported with the type only attribute; i.e.
instead of
for situations where type only imports are not correct.
The
JavaScript and TypeScript Nightlyv5.7.20240911update broke some part of theAdd all missing importssource action. Ever since then, some imports would be incorrectly imported with thetypeonly attribute; i.e.instead of
for situations where type only imports are not correct.