{
	"files.associations": {
		"*.rmd": "markdown",
		"array": "cpp",
		"compare": "cpp",
		"type_traits": "cpp",
		"utility": "cpp",
		"xtr1common": "cpp",
		"xutility": "cpp",
		"initializer_list": "cpp",
		"table.h": "c",
		"iterator": "cpp",
		"memory": "cpp",
		"exception": "cpp",
		"optional": "cpp",
		"tuple": "cpp",
		"xmemory": "cpp",
		"algorithm": "cpp",
		"limits": "cpp",
		"concepts": "cpp",
		"*.rh": "cpp",
		"chrono": "cpp",
		"string": "cpp",
		"filesystem": "cpp",
		"format": "cpp",
		"ratio": "cpp",
		"xstring": "cpp",
		"functional": "cpp",
		"vector": "cpp",
		"list": "cpp",
		"xhash": "cpp",
		"glfw3.h": "c",
		"stdbool.h": "c",
		"objbase.h": "c",
		"mmreg.h": "c",
		"mmsystem.h": "c",
		"propidl.h": "c",
		"android_native_app_glue.h": "c",
		"raylib.h": "c",
		"*.m": "cpp",
		"atomic": "cpp",
		"gen.h": "c",
		"string_ops.hpp": "c",
		"assert.h": "c",
		"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",
		"gen_singleheader.h": "c"
	},
	"C_Cpp.intelliSenseEngineFallback": "disabled",
	"mesonbuild.configureOnOpen": true,
	"C_Cpp.errorSquiggles": "disabled", // This doesn't work well with how the headers are included.
	"godot_tools.scene_file_config": "",
	"C_Cpp.default.compilerPath": "cl.exe",
	"C_Cpp.exclusionPolicy": "checkFilesAndFolders",
	"C_Cpp.files.exclude": {
		"**/.vscode": true,
		"**/.vs": true,
		"**/sanity.gen.hpp": true,
		"test/**":true,
	},
	"autoHide.autoHidePanel": false,
	"autoHide.autoHideSideBar": false,
	"dimmer.enabled": false,
	"workbench.colorCustomizations": {
		"activityBar.activeBackground": "#fa1b49",
		"activityBar.background": "#fa1b49",
		"activityBar.foreground": "#e7e7e7",
		"activityBar.inactiveForeground": "#e7e7e799",
		"activityBarBadge.background": "#155e02",
		"activityBarBadge.foreground": "#e7e7e7",
		"commandCenter.border": "#e7e7e799",
		"sash.hoverBorder": "#fa1b49",
		"statusBar.background": "#dd0531",
		"statusBar.foreground": "#e7e7e7",
		"statusBarItem.hoverBackground": "#fa1b49",
		"statusBarItem.remoteBackground": "#dd0531",
		"statusBarItem.remoteForeground": "#e7e7e7",
		"titleBar.activeBackground": "#dd0531",
		"titleBar.activeForeground": "#e7e7e7",
		"titleBar.inactiveBackground": "#dd053199",
		"titleBar.inactiveForeground": "#e7e7e799"
	},
	"peacock.color": "#dd0531"
}