We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pythonPath
1 parent 1dec7c4 commit 8aa6f31Copy full SHA for 8aa6f31
.vscode/global-settings.json
@@ -76,7 +76,6 @@
76
"label": "WSL bash"
77
}
78
],
79
- "python.pythonPath": "/Users/matt/.pyenv/shims/python",
80
"git.autofetch": true,
81
"git.confirmSync": false,
82
"[markdown]": {
.vscode/settings.json
@@ -6,7 +6,6 @@
6
"**/.pytest_cache": true,
7
".pytest_cache/**/*": true
8
},
9
- "python.pythonPath": "~/.pyenv/versions/scripts/bin/python",
10
"python.testing.pytestEnabled": true,
11
"python.testing.unittestEnabled": false,
12
"python.testing.nosetestsEnabled": false,
0 commit comments