Skip to content

pluginDirs should point to the actual directory containing the plugins #398

@AaronFeledy

Description

@AaronFeledy

Currently, if I have my plugins located in /my/plugins, the pluginDirs config option doesn't let me explicitly point it there. Lando automatically appends /plugins to whatever config I have. So, if I say my plugins are in /my/plugins, Lando sets the plugins directory to /my/plugins/plugins. This means I MUST have a directory named "plugins" that contains my plugins and I must point the lando config to the parent directory like so:

pluginDirs:
  - /my

I should be able to put my plugins somewhere like ~/source/lando-plugins and then specify that without the need for a plugins subdirectory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions