+- **Dynamic config**: The extension can run scripts that outputs arguments to be used. This can be done by wrapping the argument with \${}, then specifying the language to run the script with as well as the path to the script, e.g. `--project=${bash path/to/script.sh}`. The extension expects the script to output the value to set the argument to wrapped with \${}, so e.g. with the argument `--project=${bash path/to/script.sh}` the script will be run and expected to create a compile_commands.json file whose path will be output as such: `${path/to/compile_commands.json}`.
0 commit comments