Skip to content

extensionUtils

VS Code extension utilities for config reading and user prompts.

getVscodeConfiguration(): Configuration

Defined in: extensionUtils.ts:41

Retrieves the current theme configuration from the VS Code workspace.

Maps the flat VS Code setting keys (prefixed with the extension namespace) to the internal Configuration interface.

Configuration

The resolved Configuration object.


promptToReload(): void

Defined in: extensionUtils.ts:21

Prompts the user to reload the VS Code window.

Used when a configuration change requires a full window refresh to apply newly generated theme files.

void