Skip to content

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.

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.

void


deactivate(): void

Defined in: indexWeb.ts:43

VS Code extension deactivation hook.

No cleanup required for this extension.

void