mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 18:03:08 +01:00
CodeQL for VS Code starter: Initial commit.
This commit is contained in:
33
vscode-codeql-starter.code-workspace
Normal file
33
vscode-codeql-starter.code-workspace
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "codeql-custom-queries-cpp"
|
||||
},
|
||||
{
|
||||
"path": "codeql-custom-queries-csharp"
|
||||
},
|
||||
{
|
||||
"path": "codeql-custom-queries-go"
|
||||
},
|
||||
{
|
||||
"path": "codeql-custom-queries-java"
|
||||
},
|
||||
{
|
||||
"path": "codeql-custom-queries-javascript"
|
||||
},
|
||||
{
|
||||
"path": "codeql-custom-queries-python"
|
||||
},
|
||||
{
|
||||
"path": "codeql-go"
|
||||
},
|
||||
{
|
||||
"path": "ql"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"ql.distribution.includePrerelease": true,
|
||||
"ql.distribution.owner": "github",
|
||||
"ql.distribution.repository": "codeql-cli-binaries"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user