VS Code Extension Configuration
Settings for the xcaffold VS Code extension.
Configure the extension through VS Code's settings (Cmd+, on macOS, Ctrl+, on Windows/Linux). Search for xcaffold to see all available options.
Settings
| Setting | Type | Default | Description |
|---|---|---|---|
xcaffold.binaryPath | string | "xcaffold" | Path to the xcaffold binary. Defaults to 'xcaffold' on PATH. |
Apply Options
These settings control flags passed to xcaffold apply when compiling manifests. Set them in your workspace or user settings under the xcaffold namespace.
| Setting | Type | Default | Description |
|---|---|---|---|
xcaffold.globalScope | boolean | false | Include user-level resources from ~/.xcaffold/ in apply operations. |
xcaffold.blueprint | string | "" | Blueprint name to apply (passed as --blueprint). Leave empty for default behavior. |
xcaffold.outputDir | string | "" | Custom output directory (passed as --output-dir). Leave empty to use the default. |
xcaffold.project | string | "" | Project file path (passed as --project). Leave empty for auto-detection. |
xcaffold.varFile | string | "" | Variable file path (passed as --var-file). Leave empty if not using variables. |