v.0.0.1
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
andattrs
prefixes like in bazelbuild/intellij#2976 - Patches output of bazel info command in order to provide correct (
\\wsl$
prefixed) execution root and workspace
Just replacebazel
executable in IntelliJ bazel plugin settings with givenbazel-wsl.exe
, open project via IntelliJ WSL bridge and press on sync button