-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bazel-bsp server auto-update based on configured version (#30)
Add a version check during the server initialization process. When the installed version does not match what is configured in VS Code settings (`bazelbsp.serverVersion`), the installer will be run to get the required version. This will ensure that a user's installed bazel-bsp version stays in sync with the version expected by this extension. Also update jdk version used by Coursier as newer versions of bazel-bsp require Java 17+, to get this working. As a follow-up we can add in some additional logic here to depend on system Java where its version is new enough.
- Loading branch information
Showing
4 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters