--use-launcher flag behavior #3118
Unanswered
robmck1995
asked this question in
Q&A
Replies: 1 comment 2 replies
-
That flag is not intended to be user facing. We're experimenting with improvements to the server launch and the flag is used to rollout the new behaviour gradually. By not installing dependencies, do you mean not running bundle install or not composing the Ruby LSP's bundle at all? To skip composing the bundle, you can simply run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
II'm a bit confused about the --use-launcher flag. What I am looking for is a way to start
ruby-lsp
without installing dependencies ALWAYS. It seems like --use-launcher will work no matter what, but when the versions do match it installs all the dependencies?If that is right, is there any way to force dependencies NOT to be installed, even if the versions match?
Beta Was this translation helpful? Give feedback.
All reactions