mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 06:38:45 +00:00
Kinda have this memory alloation strat sorted...
This commit is contained in:
Vendored
+4
-1
@@ -14,7 +14,10 @@
|
||||
"windowsSdkVersion": "10.0.22621.0",
|
||||
"compilerPath": "cl.exe",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17"
|
||||
"cppStandard": "c++17",
|
||||
"compilerArgs": [
|
||||
"/Zc:preprocessor"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
|
||||
Vendored
+27
-2
@@ -24,6 +24,31 @@
|
||||
"xiosbase": "c",
|
||||
"iterator": "c",
|
||||
"memory": "c",
|
||||
"format": "c"
|
||||
}
|
||||
"format": "c",
|
||||
"compare": "cpp",
|
||||
"ratio": "cpp",
|
||||
"tuple": "cpp",
|
||||
"system_error": "cpp",
|
||||
"xlocmon": "cpp"
|
||||
},
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.activeBackground": "#713fb8",
|
||||
"activityBar.background": "#713fb8",
|
||||
"activityBar.foreground": "#e7e7e7",
|
||||
"activityBar.inactiveForeground": "#e7e7e799",
|
||||
"activityBarBadge.background": "#c68659",
|
||||
"activityBarBadge.foreground": "#15202b",
|
||||
"commandCenter.border": "#e7e7e799",
|
||||
"sash.hoverBorder": "#713fb8",
|
||||
"statusBar.background": "#5a3292",
|
||||
"statusBar.foreground": "#e7e7e7",
|
||||
"statusBarItem.hoverBackground": "#713fb8",
|
||||
"statusBarItem.remoteBackground": "#5a3292",
|
||||
"statusBarItem.remoteForeground": "#e7e7e7",
|
||||
"titleBar.activeBackground": "#5a3292",
|
||||
"titleBar.activeForeground": "#e7e7e7",
|
||||
"titleBar.inactiveBackground": "#5a329299",
|
||||
"titleBar.inactiveForeground": "#e7e7e799"
|
||||
},
|
||||
"peacock.color": "#5a3292"
|
||||
}
|
||||
Reference in New Issue
Block a user