Skip to content

Commit 56d0e37

Browse files
committed
vscode: use cross-platform pythonPath
This is needed to work on all OSes. The Python extension is currently broken, so this won't work temorarily, but should be fixed soon. microsoft/vscode-python#15847
1 parent 751754e commit 56d0e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"restructuredtext.confPath": "",
3-
"python.pythonPath": "${workspaceFolder}/.venv/bin/python",
3+
"python.pythonPath": ".venv",
44
"python.linting.pylintEnabled": false,
55
"python.linting.flake8Enabled": true,
66
"python.linting.enabled": true

0 commit comments

Comments
 (0)