opengl-cube/.vscode/settings.json
2024-11-21 14:28:09 -05:00

17 lines
426 B
JSON

{
"makefile.launchConfigurations": [
{
"cwd": "/build",
"binaryPath": "/build/main",
"binaryArgs": []
},
{
"cwd": "/home/xircon/Documents/Devel/opengl-test/build",
"binaryPath": "/home/xircon/Documents/Devel/opengl-test/build/main",
"binaryArgs": []
}
],
"files.associations": {
"stdint.h": "c"
}
}