sandbox/.vscode/settings.json

9 lines
141 B
JSON
Raw Normal View History

2018-02-08 23:05:19 +00:00
{
"cppcheck.includePaths": [
"${workspaceRoot}/ods/src"
],
"files.associations": {
"*.ipp": "c"
2018-04-13 04:24:50 +00:00
},
"python.linting.enabled": false
2018-02-08 23:05:19 +00:00
}