diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 464e002..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", - "C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 0}", - "files.associations": { - "thread": "cpp", - "algorithm": "cpp", - "array": "cpp", - "atomic": "cpp", - "cctype": "cpp", - "chrono": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "codecvt": "cpp", - "compare": "cpp", - "concepts": "cpp", - "condition_variable": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "exception": "cpp", - "filesystem": "cpp", - "fstream": "cpp", - "functional": "cpp", - "initializer_list": "cpp", - "iomanip": "cpp", - "ios": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "istream": "cpp", - "iterator": "cpp", - "limits": "cpp", - "list": "cpp", - "locale": "cpp", - "map": "cpp", - "memory": "cpp", - "mutex": "cpp", - "new": "cpp", - "ostream": "cpp", - "ratio": "cpp", - "regex": "cpp", - "set": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "string": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "typeinfo": "cpp", - "unordered_map": "cpp", - "unordered_set": "cpp", - "utility": "cpp", - "vector": "cpp", - "xfacet": "cpp", - "xhash": "cpp", - "xiosbase": "cpp", - "xlocale": "cpp", - "xlocbuf": "cpp", - "xlocinfo": "cpp", - "xlocmes": "cpp", - "xlocmon": "cpp", - "xlocnum": "cpp", - "xloctime": "cpp", - "xmemory": "cpp", - "xstddef": "cpp", - "xstring": "cpp", - "xtr1common": "cpp", - "xtree": "cpp", - "xutility": "cpp", - "optional": "cpp", - "variant": "cpp", - "deque": "cpp", - "forward_list": "cpp", - "future": "cpp", - "numeric": "cpp", - "random": "cpp", - "stack": "cpp", - "valarray": "cpp", - "ranges": "cpp", - "span": "cpp", - "*.inc": "cpp", - "any": "cpp", - "bit": "cpp", - "bitset": "cpp", - "charconv": "cpp", - "coroutine": "cpp", - "resumable": "cpp", - "format": "cpp", - "queue": "cpp", - "source_location": "cpp", - "stop_token": "cpp" - }, - "C_Cpp.clang_format_path": "E:\\tools\\LLVM\\bin\\clang-format", - "clangd.onConfigChanged": "restart", - "clangd.checkUpdates": true, - "clang-include-fixer.binary": "E:\\tools\\LLVM\\bin\\clang-include-fixer", - "C_Cpp.clang_format_sortIncludes": true, - "cmake.configureOnOpen": true, - "cmake.saveBeforeBuild": true, - "cmake.configureArgs" : [ - "-DCMAKE_INSTALL_PREFIX=D:\\install", - "-DVCPKG_TARGET_TRIPLET=x64-windows-static" - ], - "cSpell.enableFiletypes": [ - "!csharp", - "!go", - "!graphql", - "!handlebars", - "!haskell", - "!jade", - "!java", - "!javascriptreact", - "!jupyter", - "!php", - "!pug", - "!rust", - "!scala", - "!scss", - "!typescript", - "!typescriptreact", - "cmake" - ] -} \ No newline at end of file