Files
codeql-cpp-ast/cpp.code-workspace
Michael Hohn c93451f34f first version
2021-09-09 18:00:24 -07:00

15 lines
168 B
Plaintext

{
"folders": [
{
"path": "queries"
},
{
"path": "src"
}
],
"settings": {
"omnisharp.autoStart": false,
"codeQL.runningQueries.autoSave": true
}
}