extensionUtils
VS Code extension utilities for config reading and user prompts.
Functions
Section titled “Functions”getVscodeConfiguration()
Section titled “getVscodeConfiguration()”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.
Returns
Section titled “Returns”The resolved Configuration object.
promptToReload()
Section titled “promptToReload()”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.
Returns
Section titled “Returns”void