Add json lib and json result generation

This commit is contained in:
2023-07-26 17:49:03 +02:00
parent 49a49a9dcd
commit 6f7fb290b0
11 changed files with 325 additions and 325 deletions

View File

@@ -100,7 +100,8 @@
"shared_mutex": "cpp",
"*.ipp": "cpp",
"cassert": "cpp",
"charconv": "cpp"
"charconv": "cpp",
"source_location": "cpp"
},
"cmake.configureOnOpen": false,
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"