chore(vscode): update settings

This commit is contained in:
Jeremy Attali 2020-01-03 23:36:30 -05:00
parent 49be066079
commit 87fd4db304

28
.vscode/settings.json vendored
View File

@ -1,23 +1,7 @@
{
"mesonbuild.configureOnOpen": true,
"files.associations": {
"swappy.h": "c",
"wayland.h": "c",
"gtk.h": "c",
"gdkevents.h": "c",
"glib.h": "c",
"notification.h": "c",
"stdbool.h": "c",
"box.h": "c",
"*.tcc": "c",
"memory_resource": "c",
"memory": "c",
"fstream": "c",
"istream": "c",
"ostream": "c",
"sstream": "c",
"streambuf": "c",
"clipboard.h": "c",
"buffer.h": "c"
}
}
"mesonbuild.configureOnOpen": true,
"files.associations": {
"*.h": "c",
"*.c": "c"
}
}