Skip to content

Commit da44c94

Browse files
committed
chore: Update vscode PyTest launch.json to use workspace's venv instead of global installations
1 parent c3f1bbb commit da44c94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/launch.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"-s"
4848
],
4949
"console": "integratedTerminal",
50-
"justMyCode": true
50+
"justMyCode": true,
51+
"python": "${workspaceFolder}/.venv/bin/python",
5152
}
5253
]
53-
}
54+
}

0 commit comments

Comments
 (0)