mirror of
https://github.com/github/codeql.git
synced 2026-01-15 23:44:47 +01:00
Merge pull request #3584 from jbj/devcontainer
Codespaces: initial configuration
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