sandbox/.vscode/settings.json

9 lines
141 B
JSON

{
"cppcheck.includePaths": [
"${workspaceRoot}/ods/src"
],
"files.associations": {
"*.ipp": "c"
},
"python.linting.enabled": false
}