refactor(workspace): remove unused CodeQL folder references from workspace settings

This commit is contained in:
GitHub Actions
2025-12-24 05:09:36 +00:00
parent 2bed82d4d2
commit 36bdffcd06

View File

@@ -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"
}
}