Back to Baml

Clipath

fern/03-reference/vscode-ext/clipath.mdx

0.222.0465 B
Original Source
TypeValue
string | nullnull

If set, all generated code will use this instead of the packaged generator shipped with the extension.

<Tip> We recommend this setting! This prevents mismatches between the VSCode Extension and the installed BAML package. </Tip>

Usage

If you use unix, you can run where baml-cli in your project to figure out what the path is.

json
{
  "baml.cliPath": "/path/to/baml-cli"
}