getEditsForFileRename converts imports to relative paths #25132
Labels
Bug
A bug in TypeScript
Fixed
A PR has been merged for this issue
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
From microsoft/vscode#52630
TypeScript Version: 3.0.0-dev.20180619
Search Terms:
Code
For a TS project:
tsconfig.json
sub/a.ts
sub/index.ts
:sub/index.ts
tosub/index2.ts
Expected behavior:
No edits returned from
getEditsForFileRename
in this caseActual behavior:
Edits returned from
getEditsForFileRename
convertsub/index.ts
to use relative paths:Related Issues:
The text was updated successfully, but these errors were encountered: