devoncarew / bazel-code

A Bazel plugin for VSCode.
https://marketplace.visualstudio.com/items?itemName=DevonDCarew.bazel-code
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

Auto detect files should not match `.dart` extension #16

Closed grouma closed 6 years ago

grouma commented 6 years ago

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 6 years ago

This was fixed by https://github.com/devoncarew/bazel-code/pull/13; I'll push a new release shortly.