Open
Description
We'd like to be able to configure the runner to support different ways of running the server.rb
file.
This is specifically important because our rails code runs inside Kubernetes containers while we develop. Running the Rails LSP on the local machine will come with massive efforts. We'd need to be able to support something like cool-tool exec <container> -- bundle exec rails runner server.rb
.
### Tasks
- [ ] Determine how to configure runner command
- [ ] Implement runner command configurability