changed default interpreter path

This commit is contained in:
skools-here
2025-10-28 02:19:55 +05:30
parent 8ef5b22dce
commit 6902bb9808
+1 -1
View File
@@ -1,6 +1,6 @@
{
"python-envs.pythonProjects": [],
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",