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",
|
|
|
|
"*.rh": "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
|
|
|
}
|