Skip to content

Commit 9bd3b7c

Browse files
committed
updated readme
1 parent ca38df9 commit 9bd3b7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- **Diagnostic cleanup**: When you close a file, its diagnostics are automatically cleared.
1111
- **Project file support**: You can feed your project file to cppcheck through the `--project` flag in the `cppcheck-official.arguments` field in the extension settings.
1212
- **Warning notes**: Display notes for warnings when those are available
13-
- **Dynamic config**: The extension can run scripts that outputs arguments to be used. The extension expects the script to output the value to set the argument to wrapped with \${}, so e.g. with the argument `--project=${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}`.
13+
- **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}`.
1414
## Requirements
1515

1616
**Cppcheck** must be installed on your system.

0 commit comments

Comments
 (0)