QiuminGe / cpp-check-lint

MIT License
12 stars 7 forks source link

Using vscode ${workspaceFolder} and other variables in plugin settings #48

Closed Dharmesh946 closed 1 month ago

Dharmesh946 commented 11 months ago

Using vscode variables inside settings.json does not seem to work:

"cpp-check-lint.cppcheck.-I ": [ "${workspaceFolder}\somefolder\includes" ],

cppcheck tells me that it does not find my headers files.

Dharmesh946 commented 11 months ago

maybe duplicate of #37

QiuminGe commented 1 month ago

try 1.5.3