-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I develop in docker and not on my host and was hoping I could just do this:
settings.json
{
"rubocop.commandPath": "docker-compose exec web bundle exec rubocop"
}
The extensions doesn't load because it tries to run bundle and fails due to gems not being installed:
[client] Command
bundle list --name-only failed with exit code 1 (exec options: {"cwd":"/Users/csaba/workspace/adspective/platform"})
This seems like an unnecessary dependency, or at least it could handle it gracefully.
code-constructor and rainkinz
Metadata
Metadata
Assignees
Labels
No labels