Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING: Running Bazel server needs to be killed, because the startup options are different. #297

Closed
vorburger opened this issue Mar 19, 2023 · 1 comment

Comments

@vorburger
Copy link

vorburger commented Mar 19, 2023

I'm regularly, but not on every launch, seeing this on the CLI when using Bazel in a Terminal while having VSC open with vscode-bazel:

$ bazelisk test //...
WARNING: Running Bazel server needs to be killed, because the startup options are different.
Starting local Bazel server and connecting to it...
INFO: Analyzed 26 targets (184 packages loaded, 2481 targets configured).
INFO: Found 12 targets and 14 test targets...
(...)

and I suspect that the "other" Bazel server is one launched by vscode-bazel (because I'm not running anything else).

I DO use "bazel.queriesShareServer": true due to #261, #223, #216 (as well as "bazel.executable": "bazelisk").

Wondering if there is a way to avoid this.

@vorburger
Copy link
Author

Actually this sometimes happens even with vscode-bazel disabled, so it may well not actually be related at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant