dabbott / vscode-import-js

VSCode extension for ImportJS
23 stars 10 forks source link

Does not import missing modules #13

Open zwhitchcox opened 5 years ago

zwhitchcox commented 5 years ago

So, I have two files, client.js and home.js

When I press ctrl+shift+i, it says, imported { Home } from './home.js' on the status line, but all it actually does is delete all my other imports on the first line.