Skip to content

Commit 34bf90f

Browse files
committed
feature / #56 link to documentation from arguments field in config
1 parent 355f12b commit 34bf90f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"cppcheck-official.arguments": {
6868
"type": "string",
6969
"default": "",
70-
"description": "Additional command line arguments for cppcheck."
70+
"markdownDescription": "Additional command line arguments for cppcheck. Use spaces to separate multiple arguments. For documentation see: [Documentation](https://cppcheck.sourceforge.io/manual.html)",
71+
"description": "Additional command line arguments for cppcheck. Use spaces to separate multiple arguments."
7172
}
7273
}
7374
}

0 commit comments

Comments
 (0)