You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
When you run java -cp "$bsp_path" org.jetbrains.bsp.bazel.install.Install the installer prints Bazel BSP server installed in, but there is no location provided
The text was updated successfully, but these errors were encountered:
In general, it was caused by multiple ways of installing bsp: installation in place (default one) and via Install command line arguments. I would prefer the first one.
Btw, second mechanism allows also setting other parameters like java, bazel or debugger -- imo it will be deprecated now, when the ProjectView mechanizm was introduced.
When you run
java -cp "$bsp_path" org.jetbrains.bsp.bazel.install.Install
the installer printsBazel BSP server installed in
, but there is no location providedThe text was updated successfully, but these errors were encountered: