Skip to content

Support for running within docker #30

@thisismydesign

Description

@thisismydesign

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions