2023-04-01 19:21:46 -07:00
|
|
|
{
|
|
|
|
"files.associations": {
|
|
|
|
"*.rmd": "markdown",
|
|
|
|
"array": "cpp",
|
|
|
|
"compare": "cpp",
|
|
|
|
"type_traits": "cpp",
|
|
|
|
"utility": "cpp",
|
|
|
|
"xtr1common": "cpp",
|
2023-04-03 23:04:19 -07:00
|
|
|
"xutility": "cpp",
|
2023-04-05 00:03:56 -07:00
|
|
|
"initializer_list": "cpp",
|
2023-04-10 18:33:06 -07:00
|
|
|
"table.h": "c",
|
|
|
|
"iterator": "cpp",
|
|
|
|
"memory": "cpp",
|
|
|
|
"exception": "cpp",
|
|
|
|
"optional": "cpp",
|
|
|
|
"tuple": "cpp",
|
2023-04-18 19:47:59 -07:00
|
|
|
"xmemory": "cpp",
|
|
|
|
"algorithm": "cpp",
|
2023-07-13 16:28:25 -07:00
|
|
|
"limits": "cpp",
|
2023-07-13 20:01:20 -07:00
|
|
|
"concepts": "cpp",
|
2023-08-21 18:12:25 -07:00
|
|
|
"*.rh": "cpp",
|
|
|
|
"chrono": "cpp",
|
|
|
|
"string": "cpp",
|
2023-08-21 18:40:05 -07:00
|
|
|
"filesystem": "cpp",
|
|
|
|
"format": "cpp",
|
|
|
|
"ratio": "cpp",
|
2023-09-04 22:44:04 -07:00
|
|
|
"xstring": "cpp",
|
|
|
|
"functional": "cpp",
|
2023-09-05 21:30:34 -07:00
|
|
|
"vector": "cpp",
|
|
|
|
"list": "cpp",
|
2023-10-24 03:00:28 -07:00
|
|
|
"xhash": "cpp",
|
2023-10-25 20:44:25 -07:00
|
|
|
"glfw3.h": "c",
|
2023-11-17 16:25:54 -08:00
|
|
|
"stdbool.h": "c",
|
|
|
|
"objbase.h": "c",
|
|
|
|
"mmreg.h": "c",
|
|
|
|
"mmsystem.h": "c",
|
|
|
|
"propidl.h": "c",
|
|
|
|
"android_native_app_glue.h": "c",
|
2023-11-21 17:03:51 -08:00
|
|
|
"raylib.h": "c",
|
|
|
|
"*.m": "cpp"
|
2023-04-05 23:21:23 -07:00
|
|
|
},
|
2023-05-08 17:54:24 -07:00
|
|
|
"C_Cpp.intelliSenseEngineFallback": "disabled",
|
2023-06-28 11:43:21 -07:00
|
|
|
"mesonbuild.configureOnOpen": true,
|
2023-07-24 14:45:27 -07:00
|
|
|
"C_Cpp.errorSquiggles": "disabled", // This doesn't work well with how the headers are included.
|
2023-07-17 17:17:19 -07:00
|
|
|
"godot_tools.scene_file_config": "",
|
2023-07-23 21:27:13 -07:00
|
|
|
"C_Cpp.default.compilerPath": "cl.exe",
|
|
|
|
"C_Cpp.exclusionPolicy": "checkFilesAndFolders",
|
|
|
|
"C_Cpp.files.exclude": {
|
|
|
|
"**/.vscode": true,
|
|
|
|
"**/.vs": true,
|
|
|
|
"**/sanity.gen.hpp": true
|
|
|
|
}
|
2023-07-18 20:33:00 -07:00
|
|
|
}
|