Skip to content

@maxhealth.tech/prefab / mcp / VSCODE_BRIDGE

Variable: VSCODE_BRIDGE

ts
const VSCODE_BRIDGE: Readonly<Record<string, VsCodeTokenSource>>;

Defined in: mcp/theme-bridge.ts:36

prefab tokens that VS Code can supply, with the same variables and static fallbacks prefab.css uses. Tokens VS Code has no equivalent for (--success, --warning, shadows, radii) are deliberately absent: the bridge only overrides what the editor can actually provide.

Released under the MIT License.