Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Improve non-ruby workspace folder UX #968

Closed
wants to merge 1 commit into from

Commits on Jan 8, 2024

  1. Allow non-ruby workspace folders

    This matches the behavior of activateWorkspace to the comments.
    Previously "Yes" and "Don't show again" still resulted in starting
    a ruby-lsp server for the folder even if there was no lock file.
    Now if there's no lockfile:
    * If disableMultirootLockfileWarning is true, it just skips starting
      the workspace, otherwise it gives the warning
    * Yes sends the user to the docs and doesn't start the workspace
    * Don't show again doesn't start the workspacea and updates
      disableMultirootLockfileWarning
    * No allows the workspace to start even without a lockfile
    parsley42 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a443720 View commit details
    Browse the repository at this point in the history