1
0
UAHCode/CPE455/gameproject/.vscode/settings.json
2022-08-28 16:12:16 -05:00

14 lines
416 B
JSON

{
"makefile.extensionOutputFolder": "./.vscode",
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
"makefile.launchConfigurations": [
{
"cwd": "/home/student/anw0044/CPE455/gameproject",
"binaryPath": "/home/student/anw0044/CPE455/gameproject/game",
"binaryArgs": []
}
],
"files.associations": {
"string.h": "c"
}
}