[generated] update

This commit is contained in:
2021-04-13 11:25:48 +05:30
parent ae57a1bcf2
commit 4b7b386672
8 changed files with 138 additions and 152 deletions

View File

@@ -1,20 +0,0 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/include",
"${workspaceFolder}/lib/antlr4/include",
"${workspaceFolder}/lib/cxxopts/include",
"${workspaceFolder}/lib/generated"
],
"defines": [],
"compilerPath": "/usr/lib64/ccache/clang",
"cStandard": "c11",
"cppStandard": "c++11",
"intelliSenseMode": "clang-x64",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}