Add SPODE

This commit is contained in:
2023-07-14 12:59:47 +02:00
parent 002aa30672
commit e8b8fa29c8
7 changed files with 59 additions and 10 deletions

View File

@@ -90,7 +90,13 @@
"format": "cpp",
"valarray": "cpp",
"regex": "cpp",
"span": "cpp"
"span": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp",
"csetjmp": "cpp",
"future": "cpp",
"queue": "cpp",
"typeindex": "cpp"
},
"cmake.configureOnOpen": false,
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"