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