bluelink.languageServer.path |
Path to the Blueprint language server binary. Leave empty to use PATH. |
"" |
bluelink.languageServer.trace |
Traces communication between VS Code and the language server. Options: off, messages, verbose |
"off" |
bluelink.languageServer.maxProblems |
Maximum number of problems reported by the server. |
100 |
bluelink.plugins.enabled |
Enable loading of provider and transformer plugins for rich LSP features. |
true |
bluelink.plugins.pluginPath |
Path to plugin directories (colon-separated on Unix, semicolon on Windows). Falls back to BLUELINK_DEPLOY_ENGINE_PLUGIN_PATH. |
"" |
bluelink.plugins.logFileRootDir |
Directory for plugin log files. Falls back to BLUELINK_DEPLOY_ENGINE_PLUGIN_LOG_FILE_ROOT_DIR, then $HOME/.bluelink/engine/plugins/logs. |
"" |
bluelink.diagnostics.showAnyTypeWarnings |
Show warnings when substitutions resolve to the "any" type. |
true |
bluelink.blueprints.transformSpec |
Run transformer plugins during blueprint validation, so editor diagnostics match those reported on the command line. Transformers only run for blueprints with a deploy configuration. |
true |
bluelink.blueprints.deployConfigFile |
Path to the deploy configuration file to use for every blueprint, e.g. a per-environment bluelink.deploy.dev.jsonc. Relative paths are resolved against each project directory, searching upwards from the blueprint. Leave empty to use the conventional file names. |
"" |
bluelink.blueprints.deployConfigFileNames |
File names to search for when locating deploy configuration, in order of preference. Ignored when bluelink.blueprints.deployConfigFile is set. Leave empty to use the conventions. |
[] |
bluelink.blueprints.validateAfterTransform |
Validate resources against the transformed blueprint shape. No effect unless bluelink.blueprints.transformSpec is also enabled. |
false |