before refactoring

This commit is contained in:
Oleg Sheynin
2026-02-03 19:35:42 +00:00
parent e4a3795793
commit 73135ee8c2
4 changed files with 519 additions and 90 deletions
+1 -1
View File
@@ -6,7 +6,6 @@
],
"python.testing.cwd": "${workspaceFolder}",
"python.testing.autoTestDiscoverOnSaveEnabled": true,
"python.defaultInterpreterPath": "/home/oleg/.pyenv/python3.12-venv/bin/python3",
"python.testing.pytestPath": "python3",
"python.analysis.extraPaths": [
"${workspaceFolder}",
@@ -16,4 +15,5 @@
"python.envFile": "${workspaceFolder}/.env",
"python.testing.debugPort": 3000,
"python.testing.promptToConfigure": false,
"python.defaultInterpreterPath": "/home/oleg/.pyenv/python3.12-venv/bin/python"
}