mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 23:28:45 +00:00
working on strings.h/c, added stb_sprint.h from the raddbg repo
This commit is contained in:
Vendored
+1
@@ -3,6 +3,7 @@
|
||||
{
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"${workspaceFolder}",
|
||||
"${workspaceFolder}/code"
|
||||
],
|
||||
"defines": [
|
||||
|
||||
Vendored
+4
-1
@@ -31,7 +31,10 @@
|
||||
"system_error": "cpp",
|
||||
"xlocmon": "cpp",
|
||||
"xlocale": "cpp",
|
||||
"limits": "cpp"
|
||||
"limits": "cpp",
|
||||
"toolchain.h": "c",
|
||||
"thread_context.h": "c",
|
||||
"stb_sprintf.h": "c"
|
||||
},
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.activeBackground": "#713fb8",
|
||||
|
||||
Reference in New Issue
Block a user