You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good point on the redundancy of a prefix. My main reason for this feature request is that I need to install global composer package x and don't want to create a PR in this repo for every package.
I'm definitely flexible in the way we organise it, being a part of the tools syntax or a separate part of the config both will work fine and is up to your preference I guess
Describe the feature
Currently all tools need to be manually registered in the code (
tools.ts
) of this package.Version
Feature is not in master
Underlying issue
Function
addTools
uses a large switch statement and exact matching.Describe alternatives
I propose adding a prefix for composer; for example:
composer/scrutinizer/ocular
would install thescrutinizer/ocular
tool.Additional context
This feature would reduce load because specific tools don't need to be added if they are available as composer package.
Are you willing to submit a PR?
Yes!
The text was updated successfully, but these errors were encountered: