How can I specify to the VSCode ruby-lsp extension to use docker container?
I have rvm installed on my MacBook where I am developing a Ruby on Rails app that is in a Docker Compose environment. I want VSCode’s ruby-lsp extension to use the installation of ruby in my container and NOT my rvm installation. The main reason here is that if a ruby version or gem version changes in the Docker container but not on my MacOS, then it breaks ruby-lsp.