build(vscode): add settings

This commit is contained in:
2026-06-10 11:49:48 +03:00
parent b5f2c272bb
commit 91d9c37612

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"python-envs.pythonProjects": [
{
"path": ".",
"envManager": "ms-python.python:poetry",
"packageManager": "ms-python.python:poetry"
}
]
}