Skip to content

v.0.0.1

Compare
Choose a tag to compare
@dpoluyanov dpoluyanov released this 13 Dec 19:50
· 7 commits to main since this release

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