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
164 stars 62 forks source link

Catch any readFile errors and output to console #54

Closed garethflowers closed 6 years ago

garethflowers commented 7 years ago

The following PR handles any errors raised when reading node modules files.

Should resolve #24.