Auto detect files should not match `.dart` extension
grouma opened this issue · 1 comments
grouma commented
By default the bazel plugin auto detects build.dart
as a bazel file. I had to override it with:
"files.associations": {
"*.dart": "dart"
},
devoncarew commented
This was fixed by #13; I'll push a new release shortly.