Releases: dpoluyanov/bazel-wsl
Releases · dpoluyanov/bazel-wsl
v0.0.3
v0.0.2
- 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
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