14 lines
416 B
JSON
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"
|
||
|
}
|
||
|
}
|