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
Extend package discovery to support passive mechanisms (#685)
The current implementation of package discovery follows one of two
paths:
1. None of the extensions were specifically enabled via a command line
argument, in which case all of the extensions are engaged.
2. Some subset of the extensions were given arguments, in which case the
others are ignored and their discover() methods are not called.
This change adds support for discovery extensions which do not expose
command line arguments and cannot therefore be specifically enabled, and
ensures that those extensions are always engaged.
This is a non-breaking enhancement of the PackageDiscoveryExtensionPoint
interface.
0 commit comments