Skip to content

Commit 2ba3f23

Browse files
authored
fix vscode debug and run (#2884)
1 parent 29a6d45 commit 2ba3f23

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"request": "launch",
1111
"module": "quart",
1212
"cwd": "${workspaceFolder}/app/backend",
13-
"python": "${workspaceFolder}/.venv/bin/python",
13+
// Use the currently selected interpreter in VS Code. MAC/Linux use /bin, Windows uses /Scripts
14+
"python": "${command:python.interpreterPath}",
1415
"env": {
1516
"QUART_APP": "main:app",
1617
"QUART_ENV": "development",

0 commit comments

Comments
 (0)