1
0
UAHCode/CPE455/gameproject/.vscode/settings.json

14 lines
416 B
JSON
Raw Normal View History

2022-08-28 21:12:16 +00:00
{
"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"
}
}