We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Autocomplete is suggesting these options:
When I use autocomplete for config/import/node, it should provide suggestions for configs in node/config/install folder.
Example, files in folder:
/node/config/install node.settings.yml system.action.node_delete_action.yml system.action.node_make_sticky_action.yml system.action.node_promote_action.yml ...
The logic to populate config is based on the module name. The logic needs to be changes to populate the configs from config/install folder too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current behaviour
Autocomplete is suggesting these options:
Expectation
When I use autocomplete for config/import/node, it should provide suggestions for configs in node/config/install folder.
Example, files in folder:
Technical analysis
The logic to populate config is based on the module name. The logic needs to be changes to populate the configs from config/install folder too.
The text was updated successfully, but these errors were encountered: