indexWeb
Web extension entrypoint (referenced by browser in package.json).
The web extension host does not support Node.js APIs, so theme regeneration is unavailable in this context. This entry point only notifies the user when they attempt to change a theme setting.
Functions
Section titled “Functions”activate()
Section titled “activate()”activate():
void
Defined in: indexWeb.ts:26
VS Code extension activation hook for the web host.
Listens for configuration changes and informs the user that configuration options are not available in the web environment.
Returns
Section titled “Returns”void
deactivate()
Section titled “deactivate()”deactivate():
void
Defined in: indexWeb.ts:43
VS Code extension deactivation hook.
No cleanup required for this extension.
Returns
Section titled “Returns”void