c-test/.vscode/settings.json

11 lines
245 B
JSON
Raw Normal View History

2024-11-04 14:44:45 -05:00
{
"files.associations": {
"math_functions.h": "c",
"pointer_test.h": "c",
"struct_test.h": "c",
2024-11-15 15:36:09 -05:00
"stdio.h": "c",
"stdlib.h": "c",
"mysql.h": "c"
},
"cmake.generator": "MinGW Makefiles"
2024-11-04 14:44:45 -05:00
}