mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 18:03:08 +01:00
Add experimental settings to devcontainer
This commit is contained in:
@@ -3,5 +3,8 @@
|
|||||||
"github.vscode-codeql",
|
"github.vscode-codeql",
|
||||||
"slevesque.vscode-zipexplorer"
|
"slevesque.vscode-zipexplorer"
|
||||||
],
|
],
|
||||||
"postCreateCommand": "git submodule init && git submodule update --recursive"
|
"postCreateCommand": "git submodule init && git submodule update --recursive",
|
||||||
|
"settings": {
|
||||||
|
"codeQL.experimentalBqrsParsing": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user