ConceptPortal-public/.vscode/settings.json

137 lines
2.3 KiB
JSON
Raw Normal View History

2023-07-15 17:46:19 +03:00
{
"search.exclude": {
".mypy_cache/": true,
".pytest_cache/": true
},
2023-08-16 21:26:59 +03:00
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test*.py"
2023-08-16 21:26:59 +03:00
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"python.analysis.typeCheckingMode": "off",
"python.analysis.diagnosticSeverityOverrides": {
// "reportOptionalMemberAccess": "none"
},
"python.analysis.ignore": ["**/tests/**", "**/node_modules/**", "**/venv/**"],
"python.analysis.packageIndexDepths": [
{
"name": "django",
"depth": 5
}
2023-08-27 00:19:19 +03:00
],
"colorize.include": [".tsx", ".jsx", ".ts", ".js"],
"colorize.languages": [
"typescript",
"javascript",
"css",
"typescriptreact",
"javascriptreact"
2023-12-27 16:45:18 +03:00
],
"cSpell.words": [
2023-12-27 19:34:39 +03:00
"ablt",
"accs",
"actv",
"ADJF",
"ADJS",
"ADVB",
2023-12-27 16:45:18 +03:00
"Analyse",
2023-12-27 19:34:39 +03:00
"Backquote",
"BIGPR",
2023-12-27 16:45:18 +03:00
"cctext",
2023-12-27 19:34:39 +03:00
"CIHT",
2023-12-27 16:45:18 +03:00
"clsx",
"codemirror",
"Constituenta",
2023-12-27 19:34:39 +03:00
"csrftoken",
2023-12-27 16:45:18 +03:00
"cstlist",
"csttype",
2023-12-27 19:34:39 +03:00
"datv",
2023-12-27 16:45:18 +03:00
"Debool",
"Decart",
2023-12-27 19:34:39 +03:00
"EMPTYSET",
2023-12-27 16:45:18 +03:00
"exteor",
2023-12-27 19:34:39 +03:00
"femn",
"filterset",
2023-12-27 16:45:18 +03:00
"forceatlas",
2023-12-27 19:34:39 +03:00
"futr",
2023-12-27 16:45:18 +03:00
"Grammeme",
"Grammemes",
2023-12-27 19:34:39 +03:00
"GRND",
"impr",
"inan",
"indc",
"INFN",
"Infr",
"INTJ",
2023-12-27 18:44:37 +03:00
"Keymap",
2023-12-27 16:45:18 +03:00
"lezer",
2023-12-27 19:34:39 +03:00
"Litr",
"loct",
2023-12-27 16:45:18 +03:00
"moprho",
2023-12-27 19:34:39 +03:00
"nomn",
2023-12-27 16:45:18 +03:00
"nooverlap",
2023-12-27 19:34:39 +03:00
"NPRO",
"NUMR",
"perfectivity",
2023-12-27 16:45:18 +03:00
"ponomarev",
2023-12-27 19:34:39 +03:00
"PRCL",
"PRTF",
"PRTS",
"pssv",
2023-12-27 16:45:18 +03:00
"pyconcept",
"pymorphy",
"Quantor",
"razdel",
"reagraph",
"Reindex",
"rsedit",
"rseditor",
"rsform",
"rsforms",
"rslang",
"rstemplates",
"SIDELIST",
"signup",
2023-12-27 19:34:39 +03:00
"Slng",
"SMALLPR",
2023-12-27 16:45:18 +03:00
"tanstack",
"toastify",
"tooltipic",
"Viewset",
2023-12-27 19:34:39 +03:00
"viewsets",
2023-12-27 16:45:18 +03:00
"wordform",
"Wordforms",
"Булеан",
"Бурбаки",
"Десинглетон",
"компаратив",
"конституент",
"Конституента",
"конституенту",
"конституенты",
"неинтерпретируемый",
"неитерируемого",
"пересинтез",
"Родоструктурная",
"Родоструктурное",
"Синглетон",
2023-12-27 19:34:39 +03:00
"твор",
2023-12-27 16:45:18 +03:00
"Терминологизация",
"Цермелло",
2023-12-27 19:34:39 +03:00
"ЦИВТ",
2023-12-27 16:45:18 +03:00
"Экстеор",
"Экстеора",
"Экстеоре"
],
"cSpell.language": "en,ru",
"cSpell.ignorePaths": ["node_modules/**", "*.json"]
2023-07-15 17:46:19 +03:00
}