vscode extension that will automatically finds, parses and provides code actions for all available imports. Only currently works with files in your folder and TypeScript.
MIT License
165
stars
62
forks
source link
Prevent import fixer from preprending ../ with ./ #92
That bug was fixed in the display of the fix, but because import fixing
was using a copy-and-pasted version of the path normalization code,
it never got the fix.
I tested this locally and now it actually works.
Fixes #37 (see PR #47 for the first attempt only fixing the display).
That bug was fixed in the display of the fix, but because import fixing was using a copy-and-pasted version of the path normalization code, it never got the fix.
I tested this locally and now it actually works.
Fixes #37 (see PR #47 for the first attempt only fixing the display).