bazel-vscode-java
bazel-vscode-java copied to clipboard
Bazel Java development extension for VS Code
I'm getting this error when running the extension on bazel itself: ``` Folder '/home/yusuke.tsutsumi/workspace/bazel/src/java_tools/buildjar/java/com/google/devtools/build/buildjar/javac' contains more Java files then configured in Bazel. This is a scenario which is challenging to...
I've had some fun and done major refactorings and moved things around in my https://github.com/enola-dev/enola/. With that, as of https://github.com/enola-dev/enola/tree/bd07df1899be47dbe7895101d36f15db44f0f9f3, I'm getting a (reproducible) `StackOverflowError`... Attached are the logs as...
Similar to #80 but filed separately to focus on debugging (not running) of Bazel `java_test` instead of `java_binary`, and (to me) a much more important issue than that one: Using...
When I open code `java_one/` of https://github.com/vorburger/LearningBazel, it opens just fine (see #74). However clicking _Run_ (the gray "hover" thing, of `Run | Debug`) says _Build failed, do you want...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
We have a large monorepo with different languages and using Bazel as our build system. I have installed the plugin, added a `WORKSPACE` file with (`workspace(name="example")`) and a `.eclipse/.bazelproject` with...
In https://github.com/salesforce/bazel-eclipse/issues/477 there was a previous discussion re. the whole `bazel` and `bazelisk` and what not "bootstrapping story". https://github.com/salesforce/bazel-vscode-java/blob/main/docs/troubleshoot.md#bazelisk has documentation I wrote about this. It's been working OK for...
Explicitly silenced these warnings for now. But, IMO, we should remove these lines and focus on fixing the lining errors. Wdyt? Linting errors ```sh /workspace/bazel-vscode-java/src/bazelLangaugeServerTerminal.ts 7:8 error ES2015 module syntax...
Access to `bazel-*` symlinks is hidden in most IDEs because they cannot deal with them nicely. - https://youtrack.jetbrains.com/issue/BAZEL-32 - https://github.com/bazelbuild/intellij/issues/156 So far we replicate the exclusion in VS Code, too....
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.4 to 4.4.1. Changelog Sourced from fast-xml-parser's changelog. Note: If you find missing information about particular minor version, that version must have been changed without any functional...