Bug Report
π Search Terms
"Move to a new file"
π Version & Regression Information
@andrewbranch told me it was a bug and I believe him!
https://twitter.com/atcb/status/1627351253742399490
β― Playground Link
N/A
π» Code
N/A
π Actual behavior
Here we're refactoring in VS Code. Moving to a new file - see how before we have import type semantics?

Oh no! Post refactoring they're gone!

π Expected behavior
Imagine it was this instead:

See how we've got import type here and not just import?

That's the issue; ideally import type would be maintained across the refactoring.
Bug Report
π Search Terms
"Move to a new file"
π Version & Regression Information
@andrewbranch told me it was a bug and I believe him!
https://twitter.com/atcb/status/1627351253742399490
β― Playground Link
N/A
π» Code
N/A
π Actual behavior
Here we're refactoring in VS Code. Moving to a new file - see how before we have
import typesemantics?Oh no! Post refactoring they're gone!
π Expected behavior
Imagine it was this instead:
See how we've got
import typehere and not justimport?That's the issue; ideally
import typewould be maintained across the refactoring.