summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: c0718fc042010ba4903416713cccdbc601c26b50 (plain)
1
2
3
4
5
6
7
8
9
{
	"files.associations": {
		"harvester-apidef.h": "c",
		"typeinfo": "c",
		"curl-wrap.h": "c"
	},
	"C_Cpp.intelliSenseEngineFallback": "Disabled",
	"C_Cpp.errorSquiggles": "Disabled"
}