Remove unnecessary workspace setting

This commit is contained in:
Andrew Eisenberg
2020-07-16 15:02:50 -07:00
parent 7b0fae4279
commit abe820de8f

View File

@@ -3,8 +3,5 @@
"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
}
} }