Add experimental settings to devcontainer

This commit is contained in:
Andrew Eisenberg
2020-05-05 22:01:07 -07:00
parent 5058621e10
commit bdcf7e9338

View File

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