Corrigido o caminho do venv
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -11,5 +11,7 @@
|
||||
"terminal.integrated.env.linux": {
|
||||
"PYTHONPATH": "${workspaceFolder}/backend"
|
||||
},
|
||||
"python.analysis.autoImportCompletions": false
|
||||
"python.analysis.autoImportCompletions": false,
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/backend/.venv/bin/python",
|
||||
"python.terminal.activateEnvInCurrentTerminal": "true"
|
||||
}
|
||||
Reference in New Issue
Block a user