Skip to content

Commit

Permalink
Add python.defaultInterpreterPath in vscode
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Jul 19, 2023
1 parent 8f8f334 commit 448169b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"git.alwaysSignOff": true,
"python.testing.cwd": "${workspaceFolder}",
"python.envFile": "${workspaceFolder}/.env",
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
}
Expand Down

0 comments on commit 448169b

Please sign in to comment.