mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-04 13:23:09 +02:00
112 lines
2.4 KiB
JSON
112 lines
2.4 KiB
JSON
{
|
|
"C_Cpp_Runner.cCompilerPath": "/usr/bin/gcc",
|
|
"C_Cpp_Runner.cppCompilerPath": "/usr/bin/g++",
|
|
"C_Cpp_Runner.cStandard": "",
|
|
"C_Cpp_Runner.cppStandard": "",
|
|
"C_Cpp_Runner.msvcBatchPath": "",
|
|
"C_Cpp_Runner.warnings": [
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-Wpedantic"
|
|
],
|
|
"C_Cpp_Runner.enableWarnings": true,
|
|
"C_Cpp_Runner.warningsAsError": false,
|
|
"C_Cpp_Runner.compilerArgs": [],
|
|
"C_Cpp_Runner.linkerArgs": [],
|
|
"C_Cpp_Runner.includePaths": [],
|
|
"C_Cpp_Runner.includeSearch": [
|
|
"*",
|
|
"**/*"
|
|
],
|
|
"C_Cpp_Runner.excludeSearch": [
|
|
"**/build",
|
|
"**/build/**",
|
|
"**/.*",
|
|
"**/.*/**",
|
|
"**/.vscode",
|
|
"**/.vscode/**"
|
|
],
|
|
"files.associations": {
|
|
"*.ejs": "html",
|
|
"array": "cpp",
|
|
"atomic": "cpp",
|
|
"bit": "cpp",
|
|
"*.tcc": "cpp",
|
|
"cctype": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"deque": "cpp",
|
|
"unordered_map": "cpp",
|
|
"vector": "cpp",
|
|
"exception": "cpp",
|
|
"algorithm": "cpp",
|
|
"functional": "cpp",
|
|
"iterator": "cpp",
|
|
"memory": "cpp",
|
|
"memory_resource": "cpp",
|
|
"numeric": "cpp",
|
|
"optional": "cpp",
|
|
"random": "cpp",
|
|
"string": "cpp",
|
|
"string_view": "cpp",
|
|
"system_error": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp",
|
|
"fstream": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iosfwd": "cpp",
|
|
"iostream": "cpp",
|
|
"istream": "cpp",
|
|
"limits": "cpp",
|
|
"new": "cpp",
|
|
"ostream": "cpp",
|
|
"sstream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"streambuf": "cpp",
|
|
"cinttypes": "cpp",
|
|
"typeinfo": "cpp",
|
|
"chrono": "cpp",
|
|
"ctime": "cpp",
|
|
"ratio": "cpp",
|
|
"compare": "cpp",
|
|
"concepts": "cpp",
|
|
"numbers": "cpp",
|
|
"hash_map": "cpp",
|
|
"condition_variable": "cpp",
|
|
"list": "cpp",
|
|
"map": "cpp",
|
|
"mutex": "cpp",
|
|
"semaphore": "cpp",
|
|
"stop_token": "cpp",
|
|
"thread": "cpp",
|
|
"codecvt": "cpp",
|
|
"set": "cpp",
|
|
"unordered_set": "cpp",
|
|
"iomanip": "cpp",
|
|
"variant": "cpp"
|
|
},
|
|
"C_Cpp.errorSquiggles": "Disabled",
|
|
"cSpell.words": [
|
|
"awesomeface",
|
|
"kuchy",
|
|
"MIPMAP",
|
|
"mipmaps",
|
|
"multiplatform",
|
|
"Parameterfv",
|
|
"Parameteri",
|
|
"RENDERLOOP",
|
|
"VERTICE",
|
|
"vshader"
|
|
],
|
|
"C_Cpp_Runner.debuggerPath": "gdb",
|
|
"C_Cpp_Runner.useMsvc": false
|
|
} |