diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4bb12f9..324d200 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,5 +3,8 @@ "github.vscode-codeql", "slevesque.vscode-zipexplorer" ], - "postCreateCommand": "git submodule init && git submodule update --recursive" + "postCreateCommand": "git submodule init && git submodule update --recursive", + "settings": { + "codeQL.experimentalBqrsParsing": true + } }