CGII/.vscode/settings.json

12 lines
244 B
JSON
Raw Normal View History

2018-05-17 13:50:03 +00:00
{
"C_Cpp.default.includePath": [
"CGII/src/",
"framework/include/"
2018-05-17 16:59:31 +00:00
],
"files.associations": {
"array": "cpp",
"initializer_list": "cpp",
"string_view": "cpp",
"valarray": "cpp"
}
2018-05-17 13:50:03 +00:00
}