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

Add config option to exclude files by glob pattern #75

Closed jlave-dev closed 6 years ago

jlave-dev commented 6 years ago

Resolves #70. This is my first time contributing to a VS Code extension so, although I tested and it seems to work, please confirm before merging.