{ "cmake.cmakePath": "cmake", "cmake.configureArgs": [ "-Wno-dev" ], "files.watcherExclude": { "**/target": true, "bin/**": true, "external/**": true }, "git.ignoreSubmodules": true, "cmake.parallelJobs": 0, "C_Cpp.files.exclude": { "**/.vs": true, "**/.vscode": true, "**/bin": true, "**/external": true, "**/res": true, }, "editor.detectIndentation": false, "lldb.displayFormat": "auto", "lldb.showDisassembly": "auto", "lldb.dereferencePointers": true, "lldb.consoleMode": "commands", "cmake.generator": "Unix Makefiles", "editor.tabSize": 4, "slang.additionalSearchPaths": [ "res/shaders/", "res/shaders/lib" ], "slang.slangdLocation": "C:\\Users\\Dynamitos\\slang\\build\\Release\\bin\\slangd.exe", "slang.searchInAllWorkspaceDirectories": false, "files.associations": { "type_traits": "cpp" } }