diff --git a/.vscode/settings.json b/.vscode/settings.json index a7e604cd..90f4a622 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,10 +3,11 @@ ".mypy_cache/": true, ".pytest_cache/": true }, + "typescript.tsdk": "rsconcept/frontend/node_modules/typescript/lib", + "eslint.workingDirectories": ["rsconcept/frontend"], "python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "test*.py"], "python.testing.pytestEnabled": false, "python.testing.unittestEnabled": true, - "typescript.tsdk": "rsconcept/frontend/node_modules/typescript/lib", "python.analysis.typeCheckingMode": "off", "python.analysis.ignore": ["**/tests/**", "**/node_modules/**", "**/venv/**"], "python.analysis.packageIndexDepths": [