refactor(workspace): remove unused CodeQL folder references from workspace settings
This commit is contained in:
@@ -2,17 +2,11 @@
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": "../codeql"
|
||||
},
|
||||
{
|
||||
"name": "[my-codeql-db source archive]",
|
||||
"uri": "codeql-zip-archive://0-37/projects/Charon/my-codeql-db/src.zip"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"codeQL.createQuery.qlPackLocation": "/projects/Charon",
|
||||
"sarif-viewer.connectToGithubCodeScanning": "on"
|
||||
"sarif-viewer.connectToGithubCodeScanning": "on",
|
||||
"codeQL.githubDatabase.download": "never"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user