wip: jedis.model.yml via model editor, and settings for it

This commit is contained in:
Michael Hohn
2025-07-08 17:38:06 -07:00
committed by =Michael Hohn
parent 514cdf9f06
commit 9f75a5c6f5
13 changed files with 606 additions and 11 deletions

View File

@@ -5,6 +5,10 @@
}
],
"settings": {
"omnisharp.autoStart": false
"omnisharp.autoStart": false,
"codeQL.githubDatabase.download": "never",
"sarif-viewer.connectToGithubCodeScanning": "off",
"codeQL.cli.executablePath": "/Users/hohn/work-gh/codeql-lab/codeql/codeql",
"codeQL.runningQueries.useExtensionPacks": "all"
}
}