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

Enable the "Restart LSP" command only if a LSP is configured #345

Commits on Feb 27, 2024

  1. Enable the "Restart LSP" command only if a LSP is configured

    This commit hides the "Restart LSP" command from the Command Palette if
    the LSP is disabled. Otherwise, trying to use the "Restart LSP" command
    without any LSP being configured leads to a user-visible error.
    
    As part of this, I also renamed `vscodeBazelHaveBazelWorkspace` to
    `bazel.haveWorkspace` such that the context variables all share a common
    `bazel.*` prefix.
    vogelsgesang committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    bfdafa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c071e28 View commit details
    Browse the repository at this point in the history