java-language-server icon indicating copy to clipboard operation
java-language-server copied to clipboard

Add `--keep_going` to make Bazel support more robust

Open Silic0nS0ldier opened this issue 8 months ago • 0 comments

Resolves #287

With the changes in this PR, the language server works much better in the Bazel repository (provided bazel build //src:bazel-dev has been run, otherwise the external dependencies aren't in the expected places).

Also included in this PR;

  • Noted that temporary files for Bazel command output are not cleaned up after use.
  • Pinned Bazel examples (used in tests) to version 4.2.4, which appears to be the version expected. Without this tests will fail due to bazelisk (from Github actions runners) will pull in the latest stable release (7.2.x at time of writing).

Silic0nS0ldier avatar Jun 15 '24 10:06 Silic0nS0ldier