-
Notifications
You must be signed in to change notification settings - Fork 28
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
Running in Docker #541
Comments
Hi @obahareth For the Rails features, the add-on communicates with your app via the Rails runner command. If you try run See Developing inside a Container for the supported approach. |
Hey @andyw8, thanks for your quick response! Is there any way I can give it a custom command to do something like VS Code's version of this seems like a major flow change. My editor currently has 0 interaction with my container, everything happens via the terminal. |
We don't offer a way to change this, it's set here:
|
Hey,
I have Ruby LSP working just fine via ASDF on my local machine (macOS) on VS Code, but none of the Rails features are working. I don't use any of the VS Code remote features, I run
docker compose up
in my terminal. The documentation says that the Rails LSP should just work "automatically".What's the process like for getting it running in Docker Compose, do I need to add anything to my project's gemfile?
Does the gem need to be able to hook into my Rails app/server somehow?
The text was updated successfully, but these errors were encountered: