Gunnar Wagenknecht

Results 107 comments of Gunnar Wagenknecht

`.bazelproject` is not a Bazel thing but comes from the IntelliJ Bazel plug-in. We added a few things to it. https://github.com/salesforce/bazel-eclipse/blob/main/docs/common/projectviews.md What Bazel version are you using? 7.4.1? Did you...

In that case I recommend deleting the VS Code data/workspace created by JDTLS and start over. https://github.com/redhat-developer/vscode-java/wiki/Troubleshooting _Clean the workspace directory_

> 4242 That's ~40% of what I have here. :) Do you see any progress in the Bazel Console in VS Code? Is there any output? Can you try loading...

Can you inspect the Java Project view? It should show which Java projects were detected and their classpath. Also, the error log from the Java language server would help for...

@lonhutt Although it looks nice and useful I can see a conflict when you are working with multiple Bazel workspaces. Which one would it show? Wouldn't it be better if...

Still seeing the issue with Bazel 8.0 and 6.6 I am following instructions from https://github.com/bazel-contrib/rules_jvm_external/blob/master/docs/bzlmod.md (But using `resolver = "maven"`) ``` DEBUG: /private/var/tmp/_bazel_.../external/rules_jvm_external+/private/extensions/maven.bzl:155:14: The maven repository 'maven' is used in...

@pjjw Is this ready for review or do you intend to add more changed to the PR?

@ArchangelX360 I disabled Zig (`hermetic_cc_toolchain`) on MacOS. We are using the Bazel default there (non-hermetic).

> Enabling the new behavior would then require setting the label_flag to a new distinct type. Can someone help me understand why this needs a flag? Can't the "old" toolchain_type...