Skip to content

Commit 8aa6f31

Browse files
committed
Remove deprecated pythonPath from VSCode settings
This has been deprecated for precisely the reason I've been struggling with it: it doesn't work having the same value on different systems. See: * <https://github.com/microsoft/vscode-python/wiki/AB-Experiments> * <https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2020-release> * <microsoft/vscode-python#11015>
1 parent 1dec7c4 commit 8aa6f31

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.vscode/global-settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"label": "WSL bash"
7777
}
7878
],
79-
"python.pythonPath": "/Users/matt/.pyenv/shims/python",
8079
"git.autofetch": true,
8180
"git.confirmSync": false,
8281
"[markdown]": {

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"**/.pytest_cache": true,
77
".pytest_cache/**/*": true
88
},
9-
"python.pythonPath": "~/.pyenv/versions/scripts/bin/python",
109
"python.testing.pytestEnabled": true,
1110
"python.testing.unittestEnabled": false,
1211
"python.testing.nosetestsEnabled": false,

0 commit comments

Comments
 (0)