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

chore(bazelrc_lsp): Invoke lsp subcommand explicitly #3634

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

vogelsgesang
Copy link
Contributor

@vogelsgesang vogelsgesang commented Mar 1, 2025

The bazelrc-lsp binary added other sub-commands besides the lsp functionality (e.g., bazelrc-lsp format can be used to format files from the command line). This commit updates the config such that the bazelrc-lsp lsp is explicitly invoked. (Currently, bazelrc-lsp still defaults to the lsp sub-command, but this default will likely be removed in a future version)

@vogelsgesang vogelsgesang requested a review from glepnir as a code owner March 1, 2025 18:39
@vogelsgesang vogelsgesang changed the title feat!(bazelrc_lsp): Invoke lsp subcommand explicitly chore(bazelrc_lsp): Invoke lsp subcommand explicitly Mar 1, 2025
The bazelrc-lsp binary added other sub-commands besides the `lsp`
functionality (e.g., `bazelrc-lsp format` can be used to format files
from the command line). This commit updates the config such that
the `bazelrc-lsp lsp` is explicitly invoked. (Currently, `bazelrc-lsp`
still defaults to the `lsp` sub-command, but this default will likely be
removed in a future version)
@glepnir glepnir merged commit ce540bf into neovim:master Mar 1, 2025
10 of 11 checks passed
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

Successfully merging this pull request may close these issues.

2 participants