Protected ReadonlycontextReadonlydisplayHuman-readable label used as the group header in the view.
Protected ReadonlyfetchProtectedhandlersProtected ReadonlyhoverProtected ReadonlyinstallProtected ReadonlyinstallerProtected ReadonlyinstallProtected ReadonlyloggerProtected ReadonlymarkdownProtected ReadonlymcpProtected ReadonlymessageReadonlyonFired when the contribution's entries change (e.g. after install, refresh, or preference update).
Protected ReadonlyonReadonlypriorityAgent Plugins sort below skills (200), which sort below MCP servers and extensions.
Protected ReadonlysearchReadonlysearch@-prefixed token recognised in the search query to scope results to this contribution
alone. Composable with the existing @installed / @builtin / @recommended mode tokens
(e.g. @installed @mcp shows installed servers of type mcp-server only). When no
type token appears in the query, all contributions are shown.
Contributors are expected to start the token with @; without the prefix the search model
may treat the token as a plain word in the free-text part of the query.
Protected ReadonlytoReadonlytypeStable, machine-readable identifier for the artifact type.
Protected ReadonlywindowDispose this object.
ProtectedinitProtectedlinkRegister after adopting, or a linked plugin's skills load while none of its servers start.
ProtectedpromptCalled when the user triggers a refresh on the view toolbar. Contributions
should re-fetch any remote state and fire onDidChange once new data is
available. Optional - contributions without remote data can omit this.
Entries for the "Installed" section. Omit if this type has no installed concept.
Entries matching a user search. Each result carries its own searchableText
so the view can rank hits from all contributions against a single query.
Omit if this type does not participate in search.
Contributions may ignore query when their internal state already reflects the
current query (e.g. the VSX adapter, whose model is kept in sync with the search
bar via the singleton VSXExtensionsSearchModel). In that case the contribution
is expected to yield its current result set and let the view's cross-contribution
fuzzy ranker handle the actual ordering.
Protectedrunfalse means the user cancelled a dialog, so nothing is reported. The view refreshes either way.
ProtectedsafeProtecteduninstallBoth unregister first: once the root is gone, or no longer ours, entries naming it would linger.
Protectedunlink
Agent Plugins section of the Extensions view. A plugin is exactly one row: its skills and servers never appear as rows of their own, which would suggest they can be installed or removed alone.