113 lines
3.9 KiB
JSON
113 lines
3.9 KiB
JSON
{
|
|
"cmake.sourceDirectory": "/home/jbnadal/sources/jb/raytracer_challenge",
|
|
"cSpell.words": [
|
|
"cofactor",
|
|
"invertibility",
|
|
"NADAL",
|
|
"noninvertible",
|
|
"Raytracer",
|
|
"Schlick",
|
|
"submatrix"
|
|
],
|
|
"files.associations": {
|
|
"cctype": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"ctime": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"any": "cpp",
|
|
"array": "cpp",
|
|
"atomic": "cpp",
|
|
"bit": "cpp",
|
|
"*.tcc": "cpp",
|
|
"bitset": "cpp",
|
|
"chrono": "cpp",
|
|
"compare": "cpp",
|
|
"concepts": "cpp",
|
|
"condition_variable": "cpp",
|
|
"cstdint": "cpp",
|
|
"deque": "cpp",
|
|
"forward_list": "cpp",
|
|
"list": "cpp",
|
|
"map": "cpp",
|
|
"set": "cpp",
|
|
"string": "cpp",
|
|
"unordered_map": "cpp",
|
|
"unordered_set": "cpp",
|
|
"vector": "cpp",
|
|
"exception": "cpp",
|
|
"algorithm": "cpp",
|
|
"functional": "cpp",
|
|
"iterator": "cpp",
|
|
"memory": "cpp",
|
|
"memory_resource": "cpp",
|
|
"numeric": "cpp",
|
|
"optional": "cpp",
|
|
"random": "cpp",
|
|
"ratio": "cpp",
|
|
"regex": "cpp",
|
|
"string_view": "cpp",
|
|
"system_error": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp",
|
|
"fstream": "cpp",
|
|
"future": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iomanip": "cpp",
|
|
"iosfwd": "cpp",
|
|
"iostream": "cpp",
|
|
"istream": "cpp",
|
|
"limits": "cpp",
|
|
"mutex": "cpp",
|
|
"new": "cpp",
|
|
"numbers": "cpp",
|
|
"ostream": "cpp",
|
|
"semaphore": "cpp",
|
|
"shared_mutex": "cpp",
|
|
"sstream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"stop_token": "cpp",
|
|
"streambuf": "cpp",
|
|
"thread": "cpp",
|
|
"cinttypes": "cpp",
|
|
"typeinfo": "cpp",
|
|
"variant": "cpp"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"testMate.cpp.test.advancedExecutables": [
|
|
{
|
|
"pattern": "{build,Build,BUILD,out,Out,OUT}/**/*{test,Test,TEST}*",
|
|
"catch2": {
|
|
"testGrouping": {
|
|
"groupByExecutable": {
|
|
"label": "${filename}",
|
|
"groupByTags": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"gcovViewer.buildDirectories": [
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/raytracing/CMakeFiles/raytracing.dir/src/core",
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/raytracing/CMakeFiles/raytracing.dir/src/lights",
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/raytracing/CMakeFiles/raytracing.dir/src/patterns",
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/raytracing/CMakeFiles/raytracing.dir/src/renderer",
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/raytracing/CMakeFiles/raytracing.dir/src/shapes",
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/apps/CMakeFiles/chapter_05.dir",
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/apps/CMakeFiles/chapter_06.dir",
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/apps/CMakeFiles/chapter_07.dir",
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/apps/CMakeFiles/chapter_09.dir",
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/apps/CMakeFiles/chapter_10.dir",
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/apps/CMakeFiles/chapter_11_p1.dir",
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/apps/CMakeFiles/chapter_11_p2.dir",
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/apps/CMakeFiles/chapter_12.dir",
|
|
"/home/jbnadal/sources/jb/raytracer_challenge/build/tests/CMakeFiles/raytracing_test.dir"
|
|
]
|
|
} |