mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 06:38:45 +00:00
attempting to do a parse on stb_sprintf.h for segregated
This commit is contained in:
Vendored
+21
@@ -19,6 +19,27 @@
|
||||
"compilerArgs": [
|
||||
"/Zc:preprocessor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Win32 tests",
|
||||
"includePath": [
|
||||
// "${workspaceFolder}",
|
||||
"${workspaceFolder}/gen_c11/gen"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE",
|
||||
"INTELLISENSE_DIRECTIVES"
|
||||
],
|
||||
"windowsSdkVersion": "10.0.22621.0",
|
||||
"compilerPath": "cl.exe",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "msvc-x64",
|
||||
"compilerArgs": [
|
||||
"/Zc:preprocessor"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
|
||||
Vendored
+3
-1
@@ -88,7 +88,9 @@
|
||||
"gen_common.h": "c",
|
||||
"processthreadsapi.h": "c",
|
||||
"timeapi.h": "c",
|
||||
"stdlib.h": "c"
|
||||
"stdlib.h": "c",
|
||||
"metadesk_deps.h": "c",
|
||||
"stdbool.h": "c"
|
||||
},
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.activeBackground": "#713fb8",
|
||||
|
||||
Reference in New Issue
Block a user