summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 389c8a816f7d8a3e92d4eb228c983c561d49de28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"files.associations": {
		"harvester-apidef.h": "c",
		"typeinfo": "c",
		"curl-wrap.h": "c",
		"wrap-json.h": "c",
		"array": "c",
		"initializer_list": "c",
		"string_view": "c",
		"utility": "c",
		"valarray": "c",
		"string.h": "c",
		"stdio.h": "c",
		"ratio": "c",
		"system_error": "c",
		"type_traits": "c",
		"istream": "c",
		"optional": "c",
		"ostream": "c"
	},
	"C_Cpp.intelliSenseEngineFallback": "Disabled",
	"C_Cpp.errorSquiggles": "Disabled"
}