Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext-headless
common/headless-plugin-protocol
PluginDeployerParticipant
Interface PluginDeployerParticipant
A participant can hook into the plugin deployer lifecycle.
interface
PluginDeployerParticipant
{
onWillStart
?
(
context
:
PluginDeployerStartContext
)
:
Promise
<
void
>
;
}
Implemented by
PluginVSCodeDeployerParticipant
VsxCliDeployerParticipant
Index
Methods
on
Will
Start?
Methods
Optional
on
Will
Start
onWillStart
?
(
context
:
PluginDeployerStartContext
)
:
Promise
<
void
>
Parameters
context
:
PluginDeployerStartContext
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
on
Will
Start
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
A participant can hook into the plugin deployer lifecycle.