soates / Auto-Import

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

`extension.fixImport` shows error #35

Open SamVerschueren opened 8 years ago

SamVerschueren commented 8 years ago

I binded extension.fixImport to a keyboard shortcut, but every time I press it, it shows me this error.

screen shot 2016-11-18 at 21 47 38
soates commented 8 years ago

Thanks for the feedback - I have been away from this project for a few weeks now but I am back and looking at as many issues as I can.

Thanks for using it :)