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

Fix conflicts package.json #72

Closed RodolfoSilva closed 7 years ago

RodolfoSilva commented 7 years ago

Solved the problem with conflicts in package.json

soates commented 7 years ago

Thank you - I had already fixed this issue but I appreciate the effort in fixing this for me