Remove unnecessary workspace setting

This commit is contained in:
Andrew Eisenberg 2020-07-16 15:02:50 -07:00
Родитель c468efd1be
Коммит 01efb6f6a7
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

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