Gunnar Wagenknecht

Results 107 comments of Gunnar Wagenknecht

Does `--edit-variables` support variables loaded from another bzl file?

@shs96c Sorry, that was a typo on my end. We use `--noenabled_bzlmod` as given in the comment above. Not sure why it's not loading `rules_java`. Maybe it needs a `maybe`...

Just learned here about `--watchfs`. It's disabled by default. I think there is also a problem on Mac. I see lots of scanning just for simple "no-op" commands. It doesn't...

@cstamas We are using Apache Resolver 1.9.13 in a different project and started to see the locking issues as well. Can it be related to a slow file system? When...

@vorburger https://github.com/salesforce/bazel-vscode is an extension the the RedHat Java Language Server. It uses parts of https://github.com/salesforce/bazel-eclipse (which uses aspects) to implement the classpath resolution. I'm working on a plan to...

@moehajj @vorburger I need some help updating our [Bazel VSCode Java](https://github.com/salesforce/bazel-vscode-java) extension. We have a Bazel VSCode Java Extension at https://github.com/salesforce/bazel-vscode-java. It adds Java support for Bazel projects to VS...

I think for the Bazel Run Targets we rely on importing IJ run configurations. @lonhutt do you know if this works with arbitrary `java_binary` targets`

I think this needs an update to make the code compatible. However, we are no longer maintaining this project.

@vorburger Do you have the Java test extension installed in VS Code?