mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-15 17:43:04 +01:00
15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"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"
|
|
}
|
|
}
|