devoncarew/bazel-code

Auto detect files should not match `.dart` extension

grouma opened this issue · 1 comments

By default the bazel plugin auto detects build.dart as a bazel file. I had to override it with:

"files.associations": {
        "*.dart": "dart"
    },

This was fixed by #13; I'll push a new release shortly.