aziznal / dart-import-sorter

A vscode extension that groups and sorts imports for dart files (https://marketplace.visualstudio.com/items?itemName=aziznal.dart-import-sorter)
MIT License
14 stars 1 forks source link

Bug: Extension attempts to work on non-dart files and crashes #14

Closed aziznal closed 2 years ago

aziznal commented 2 years ago

Extension will attempt to sort any file it's run against. It should only be ran on .dart files though. Should add a warning to the user when they attempt to use it on a non-dart file.