Plugins › setEnable
Unofficial
Toggle whether community plugins are enabled.
Signature:
setEnable(enabled: boolean): Promise<void>
Parameters:
| Parameter | Type | Description |
|---|
| enabled | boolean | Whether to enable community plugins. |
Returns: Promise<void> — A promise that resolves when the setting is applied.