Skip to content

Commit 41f9c7f

Browse files
authored
feature / #56 link to documentation from arguments field in config (#58)
* feature / #56 link to documentation from arguments field in config * updated documentation link
1 parent 6e43d31 commit 41f9c7f

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: [Cppcheck documentation](https://files.cppchecksolutions.com/manual.pdf)",
71+
"description": "Additional command line arguments for cppcheck. Use spaces to separate multiple arguments."
7172
}
7273
}
7374
}

0 commit comments

Comments
 (0)