2023-04-01 22:21:46 -04:00
|
|
|
{
|
|
|
|
"files.associations": {
|
|
|
|
"*.rmd": "markdown",
|
|
|
|
"array": "cpp",
|
|
|
|
"compare": "cpp",
|
|
|
|
"type_traits": "cpp",
|
|
|
|
"utility": "cpp",
|
|
|
|
"xtr1common": "cpp",
|
2023-04-04 02:04:19 -04:00
|
|
|
"xutility": "cpp",
|
2023-04-05 03:03:56 -04:00
|
|
|
"initializer_list": "cpp",
|
2023-04-10 21:33:06 -04:00
|
|
|
"table.h": "c",
|
|
|
|
"iterator": "cpp",
|
|
|
|
"memory": "cpp",
|
|
|
|
"exception": "cpp",
|
|
|
|
"optional": "cpp",
|
|
|
|
"tuple": "cpp",
|
2023-04-18 22:47:59 -04:00
|
|
|
"xmemory": "cpp",
|
|
|
|
"algorithm": "cpp",
|
2023-07-13 19:28:25 -04:00
|
|
|
"limits": "cpp",
|
2023-07-13 23:01:20 -04:00
|
|
|
"concepts": "cpp",
|
2023-08-21 21:12:25 -04:00
|
|
|
"*.rh": "cpp",
|
|
|
|
"chrono": "cpp",
|
|
|
|
"string": "cpp",
|
2023-08-21 21:40:05 -04:00
|
|
|
"filesystem": "cpp",
|
|
|
|
"format": "cpp",
|
|
|
|
"ratio": "cpp",
|
2023-09-05 01:44:04 -04:00
|
|
|
"xstring": "cpp",
|
|
|
|
"functional": "cpp",
|
2023-09-06 00:30:34 -04:00
|
|
|
"vector": "cpp",
|
|
|
|
"list": "cpp",
|
2023-10-24 06:00:28 -04:00
|
|
|
"xhash": "cpp",
|
2023-10-25 23:44:25 -04:00
|
|
|
"glfw3.h": "c",
|
2023-11-17 19:25:54 -05: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 20:03:51 -05:00
|
|
|
"raylib.h": "c",
|
2024-11-30 12:27:54 -05:00
|
|
|
"*.m": "cpp",
|
2024-11-30 23:38:27 -05:00
|
|
|
"atomic": "cpp",
|
2024-12-01 05:30:37 -05:00
|
|
|
"gen.h": "c",
|
2024-12-04 11:01:53 -05:00
|
|
|
"string_ops.hpp": "c",
|
|
|
|
"assert.h": "c",
|
2024-12-04 15:00:37 -05:00
|
|
|
"intrin.h": "c",
|
|
|
|
"bit": "cpp",
|
|
|
|
"cmath": "cpp",
|
|
|
|
"cstddef": "cpp",
|
|
|
|
"cstdint": "cpp",
|
|
|
|
"cstdio": "cpp",
|
|
|
|
"cstdlib": "cpp",
|
|
|
|
"cstring": "cpp",
|
|
|
|
"ctime": "cpp",
|
|
|
|
"cwchar": "cpp",
|
|
|
|
"iosfwd": "cpp",
|
|
|
|
"new": "cpp",
|
|
|
|
"typeinfo": "cpp",
|
|
|
|
"unordered_map": "cpp",
|
|
|
|
"xstddef": "cpp"
|
2023-04-06 02:21:23 -04:00
|
|
|
},
|
2023-05-08 20:54:24 -04:00
|
|
|
"C_Cpp.intelliSenseEngineFallback": "disabled",
|
2023-06-28 14:43:21 -04:00
|
|
|
"mesonbuild.configureOnOpen": true,
|
2023-07-24 17:45:27 -04:00
|
|
|
"C_Cpp.errorSquiggles": "disabled", // This doesn't work well with how the headers are included.
|
2023-07-17 20:17:19 -04:00
|
|
|
"godot_tools.scene_file_config": "",
|
2023-07-24 00:27:13 -04:00
|
|
|
"C_Cpp.default.compilerPath": "cl.exe",
|
|
|
|
"C_Cpp.exclusionPolicy": "checkFilesAndFolders",
|
|
|
|
"C_Cpp.files.exclude": {
|
|
|
|
"**/.vscode": true,
|
|
|
|
"**/.vs": true,
|
2024-12-07 00:21:09 -05:00
|
|
|
"**/sanity.gen.hpp": true,
|
|
|
|
"test/**":true,
|
2024-04-17 16:55:22 -04:00
|
|
|
},
|
|
|
|
"autoHide.autoHidePanel": false,
|
2024-12-07 00:21:09 -05:00
|
|
|
"autoHide.autoHideSideBar": false,
|
2024-12-08 23:10:10 -05:00
|
|
|
"dimmer.enabled": false
|
2023-07-18 23:33:00 -04:00
|
|
|
}
|