{ "search.exclude": { ".mypy_cache/": true, ".pytest_cache/": true }, "python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "t_*.py"], "python.testing.pytestEnabled": false, "python.testing.unittestEnabled": true, "python.analysis.typeCheckingMode": "off", "python.analysis.ignore": ["**/tests/**", "**/venv/**"], "cmake.configureOnEdit": false, "cmake.configureOnOpen": false, "cmake.sourceDirectory": "${workspaceFolder}/ccl", "cmake.configureArgs": ["--preset=conan-default"], "cmake.buildArgs": ["--preset=conan-release"], "cmake.ctestArgs": ["--test-dir build", "--output-on-failure"], "cmake.installPrefix": "output", "cSpell.words": [ "BIGPR", "conanfile", "coredll", "DCMAKE", "debool", "DECART", "Decartian", "defexpr", "EMPTYSET", "FORALL", "GNUC", "gtest", "ifdef", "INTSET", "MSVC", "nlohmann", "noteq", "NOTEQUAL", "NOTIN", "notsubset", "PUNC", "pybind", "pyconcept", "rslang", "setexpr", "SMALLPR", "struct", "symmdiff", "SYMMINUS", "YYABORT", "yylex", "yylval", "YYSTYPE", "Булеан", "Кардинальность", "Родоструктурные" ], "files.associations": { "vector": "cpp", "locale": "cpp", "xlocale": "cpp", "xlocmes": "cpp", "xlocmon": "cpp", "xlocnum": "cpp", "xloctime": "cpp", "algorithm": "cpp", "any": "cpp", "array": "cpp", "atomic": "cpp", "bit": "cpp", "bitset": "cpp", "cctype": "cpp", "charconv": "cpp", "chrono": "cpp", "clocale": "cpp", "cmath": "cpp", "codecvt": "cpp", "compare": "cpp", "concepts": "cpp", "cstddef": "cpp", "cstdint": "cpp", "cstdio": "cpp", "cstdlib": "cpp", "cstring": "cpp", "ctime": "cpp", "cwchar": "cpp", "cwctype": "cpp", "deque": "cpp", "exception": "cpp", "forward_list": "cpp", "list": "cpp", "map": "cpp", "set": "cpp", "string": "cpp", "unordered_map": "cpp", "unordered_set": "cpp", "filesystem": "cpp", "format": "cpp", "functional": "cpp", "initializer_list": "cpp", "iomanip": "cpp", "ios": "cpp", "iosfwd": "cpp", "iostream": "cpp", "istream": "cpp", "iterator": "cpp", "limits": "cpp", "memory": "cpp", "new": "cpp", "numeric": "cpp", "optional": "cpp", "ostream": "cpp", "random": "cpp", "ranges": "cpp", "ratio": "cpp", "regex": "cpp", "span": "cpp", "sstream": "cpp", "stack": "cpp", "stdexcept": "cpp", "streambuf": "cpp", "system_error": "cpp", "tuple": "cpp", "type_traits": "cpp", "typeinfo": "cpp", "utility": "cpp", "valarray": "cpp", "variant": "cpp", "xfacet": "cpp", "xhash": "cpp", "xiosbase": "cpp", "xlocbuf": "cpp", "xlocinfo": "cpp", "xmemory": "cpp", "xstring": "cpp", "xtr1common": "cpp", "xtree": "cpp", "xutility": "cpp" } }