{ "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": "Xcode", "editor.tabSize": 4, "slang.additionalSearchPaths": [ "res/shaders/", "res/shaders/lib" ], "slang.searchInAllWorkspaceDirectories": false, "files.associations": { "type_traits": "cpp", "any": "cpp", "array": "cpp", "atomic": "cpp", "bit": "cpp", "bitset": "cpp", "cctype": "cpp", "charconv": "cpp", "chrono": "cpp", "cinttypes": "cpp", "clocale": "cpp", "cmath": "cpp", "codecvt": "cpp", "compare": "cpp", "concepts": "cpp", "condition_variable": "cpp", "csignal": "cpp", "cstdarg": "cpp", "cstddef": "cpp", "cstdint": "cpp", "cstdio": "cpp", "cstdlib": "cpp", "cstring": "cpp", "ctime": "cpp", "cwchar": "cpp", "cwctype": "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", "string_view": "cpp", "system_error": "cpp", "tuple": "cpp", "utility": "cpp", "format": "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", "queue": "cpp", "ranges": "cpp", "semaphore": "cpp", "shared_mutex": "cpp", "span": "cpp", "sstream": "cpp", "stdexcept": "cpp", "stdfloat": "cpp", "stop_token": "cpp", "streambuf": "cpp", "text_encoding": "cpp", "thread": "cpp", "typeinfo": "cpp", "valarray": "cpp", "variant": "cpp" }, "github.copilot.advanced": { "debug.overrideProxyUrl": "http://localhost:11437" }, "http.proxy": "http://localhost:11435", "http.proxyStrictSSL": false }