mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Codespaces: initial configuration
This was adapted from https://github.com/github/vscode-codeql-starter.
This commit is contained in:
9
.devcontainer/devcontainer.json
Normal file
9
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extensions": [
|
||||
"github.vscode-codeql",
|
||||
"slevesque.vscode-zipexplorer"
|
||||
],
|
||||
"settings": {
|
||||
"codeQL.experimentalBqrsParsing": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user