Skip to content

Commit 5601999

Browse files
author
Ashutosh Tiwari
committed
updated python path
1 parent f1c449e commit 5601999

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,11 @@
7474
},
7575
},
7676

77-
// By default use the dev environment python created by env.py.
78-
"python.defaultInterpreterPath": "${workspaceFolder}/.venvs/dev/bin/python",
77+
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
7978
"python.envFile": "${workspaceFolder}/.env",
8079

8180
"github.copilot.enable": {
8281
"*": true,
8382
}
8483

85-
}
84+
}

0 commit comments

Comments
 (0)