first version

This commit is contained in:
Michael Hohn
2021-09-09 18:00:24 -07:00
committed by =Michael Hohn
commit c93451f34f
7 changed files with 466 additions and 0 deletions

14
cpp.code-workspace Normal file
View File

@@ -0,0 +1,14 @@
{
"folders": [
{
"path": "queries"
},
{
"path": "src"
}
],
"settings": {
"omnisharp.autoStart": false,
"codeQL.runningQueries.autoSave": true
}
}