mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-03 05:08:13 +00:00
fixup _Generic macro usage
distinct macros failed (didn't realize). Was able to get proper setup with _Generic_L2 pattern
This commit is contained in:
Vendored
+4
-1
@@ -90,7 +90,10 @@
|
||||
"timeapi.h": "c",
|
||||
"stdlib.h": "c",
|
||||
"metadesk_deps.h": "c",
|
||||
"stdbool.h": "c"
|
||||
"stdbool.h": "c",
|
||||
"map": "c",
|
||||
"unordered_map": "c",
|
||||
"stdint.h": "c"
|
||||
},
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.activeBackground": "#713fb8",
|
||||
|
||||
Reference in New Issue
Block a user