oprava pre pylance

This commit is contained in:
2025-12-07 16:40:34 +01:00
parent c4dea464a2
commit 375e4df0d5

View File

@@ -31,8 +31,9 @@
"settings": { "settings": {
"python.formatting.provider": "black", "python.formatting.provider": "black",
"python.analysis.extraPaths": [ "python.analysis.extraPaths": [
"/app" "${workspaceFolder}/.venv/lib/python3.13/site-packages",
], "${workspaceFolder}/app"
],
"editor.formatOnSave": true, "editor.formatOnSave": true,
// "python.defaultInterpreterPath": "/workspace/.venv/bin/python", // "python.defaultInterpreterPath": "/workspace/.venv/bin/python",
"python.terminal.activateEnvironment": true, "python.terminal.activateEnvironment": true,