Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"cppcheck-official.arguments": {
"type": "string",
"default": "",
"description": "Additional command line arguments for cppcheck."
"markdownDescription": "Additional command line arguments for cppcheck. Use spaces to separate multiple arguments. For documentation see: [Documentation](https://cppcheck.sourceforge.io/manual.html)",
Comment thread
danmar marked this conversation as resolved.
Outdated
Comment thread
danmar marked this conversation as resolved.
Outdated
"description": "Additional command line arguments for cppcheck. Use spaces to separate multiple arguments."
}
}
}
Expand Down
Loading