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

Quickfix for windows #3

Closed Nikipl closed 7 years ago

Nikipl commented 7 years ago

Made fixes for the plugin to work in Windows. The problem was that "path" returns the paths in the operating system format, and typescript expects them in unix format.