summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 3584ed236163f57622e022f9d59422f78750670c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"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"
	},
	"C_Cpp.intelliSenseEngineFallback": "Disabled",
	"C_Cpp.errorSquiggles": "Disabled"
}