TypeValue
string | nullnull

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

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

Usage

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

settings.json
1{
2 "baml.cliPath": "/path/to/baml-cli"
3}