We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a6d45 commit 2ba3f23Copy full SHA for 2ba3f23
1 file changed
.vscode/launch.json
@@ -10,7 +10,8 @@
10
"request": "launch",
11
"module": "quart",
12
"cwd": "${workspaceFolder}/app/backend",
13
- "python": "${workspaceFolder}/.venv/bin/python",
+ // Use the currently selected interpreter in VS Code. MAC/Linux use /bin, Windows uses /Scripts
14
+ "python": "${command:python.interpreterPath}",
15
"env": {
16
"QUART_APP": "main:app",
17
"QUART_ENV": "development",
0 commit comments