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

Annoying popup about autoimport cache #9

Closed MichalLytek closed 8 years ago

MichalLytek commented 8 years ago

Is there an config option which allow to disable annoying notification about autoimport cache has been build?

Maybe you could move this info to statusbar on bottom like other extensions?

soates commented 8 years ago

Try using the showNotifications option mate, that should hide them - you will need to restart your window after it :)

MichalLytek commented 8 years ago

I thought this is setting for a QuickFix lightbulb :laughing: