learningGL/.vscode/settings.json

48 lines
1.2 KiB
JSON

{
"makefile.launchConfigurations": [
{
"cwd": "/home/joseph/Source/OpenGL",
"binaryPath": "/home/joseph/Source/OpenGL/OpenGLTest",
"binaryArgs": []
},
{
"cwd": "/home/joseph/Source/OpenGL",
"binaryPath": "/home/joseph/Source/OpenGL/OpenGLTest.out",
"binaryArgs": []
}
],
"files.associations": {
"bit": "cpp",
"*.tcc": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"concepts": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"new": "cpp",
"numbers": "cpp",
"ostream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"string": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp"
},
"editor.insertSpaces": false
}