Open sandy081 opened 1 year ago
Minimal repo: https://github.com/mjbvz/ts-56784
sub/a.ts
, run Move to file
or move to new file
on abc
Expected
The import in b
should continue using the paths
configuration: import { abc } from "@/abc";
Actual
The import is changed to a relative import: import { abc } from "./abc";
Testing microsoft/vscode#183683