mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
100 lines
1.9 KiB
JSON
100 lines
1.9 KiB
JSON
{
|
|
"search.exclude": {
|
|
".mypy_cache/": true,
|
|
".pytest_cache/": true
|
|
},
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
"./tests",
|
|
"-p",
|
|
"test*.py"
|
|
],
|
|
"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
|
|
}
|
|
],
|
|
"colorize.include": [".tsx", ".jsx", ".ts", ".js"],
|
|
"colorize.languages": [
|
|
"typescript",
|
|
"javascript",
|
|
"css",
|
|
"typescriptreact",
|
|
"javascriptreact"
|
|
],
|
|
"cSpell.words": [
|
|
"Analyse",
|
|
"cctext",
|
|
"clsx",
|
|
"codemirror",
|
|
"Constituenta",
|
|
"cstlist",
|
|
"csttype",
|
|
"Debool",
|
|
"Decart",
|
|
"exteor",
|
|
"forceatlas",
|
|
"Grammeme",
|
|
"Grammemes",
|
|
"Keymap",
|
|
"lezer",
|
|
"moprho",
|
|
"nooverlap",
|
|
"ponomarev",
|
|
"pyconcept",
|
|
"pymorphy",
|
|
"Quantor",
|
|
"razdel",
|
|
"reagraph",
|
|
"Reindex",
|
|
"rsedit",
|
|
"rseditor",
|
|
"rsform",
|
|
"rsforms",
|
|
"rslang",
|
|
"rstemplates",
|
|
"SIDELIST",
|
|
"signup",
|
|
"tanstack",
|
|
"toastify",
|
|
"tooltipic",
|
|
"Viewset",
|
|
"wordform",
|
|
"Wordforms",
|
|
"Булеан",
|
|
"Бурбаки",
|
|
"Десинглетон",
|
|
"компаратив",
|
|
"конституент",
|
|
"Конституента",
|
|
"конституенту",
|
|
"конституенты",
|
|
"неинтерпретируемый",
|
|
"неитерируемого",
|
|
"пересинтез",
|
|
"Родоструктурная",
|
|
"Родоструктурное",
|
|
"Синглетон",
|
|
"Терминологизация",
|
|
"Цермелло",
|
|
"Экстеор",
|
|
"Экстеора",
|
|
"Экстеоре"
|
|
],
|
|
"cSpell.language": "en,ru",
|
|
"cSpell.ignorePaths": ["node_modules/**", "*.json"]
|
|
} |