stringham / move-ts

A Visual Studio Code plugin for updating relative imports when moving typescript files and folders in your workspace.
MIT License
52 stars 15 forks source link

Relative paths do not get updated. #38

Open imsakshi19 opened 4 months ago

imsakshi19 commented 4 months ago

When I move a file from one folder to another, if th import was @app/folder/fileName.tsx now it becomes @app/newfolder/fileName.tsx but what I want is it to change to relative path instead like ./app/newfolder/fileName.tsx

Is this supported now? I have tried changing the relativetoConfig property but nothing happens