Skip to content

Releases: dpoluyanov/bazel-wsl

v0.0.3

17 Dec 18:36
Compare
Choose a tag to compare
  • fix: do not patch output for run command

v0.0.2

14 Dec 15:23
Compare
Choose a tag to compare
  • fix issue with bazel info build-language ("While parsing a protocol message, the input ended unexpectedly in the middle of a field.")
  • add patched version of IntelliJ plugin (with fix for #3112)

v.0.0.1

13 Dec 19:50
Compare
Choose a tag to compare

This is first version of bazel-wsl bridge with following changes:

  • --override_repository rewrite for IntelliJ based projects (tested with Kotlin/Java)
  • Rewrite paths in build event protocol to prefix it with \\wsl$\<distro>\...project in order to help IntelliJ bazel plugin to resolve & index source sets and dependencies
  • fix same_pkg_direct_rdeps and attrs prefixes like in bazelbuild/intellij#2976
  • Patches output of bazel info command in order to provide correct (\\wsl$ prefixed) execution root and workspace
    Just replace bazel executable in IntelliJ bazel plugin settings with given bazel-wsl.exe, open project via IntelliJ WSL bridge and press on sync button