Skip to content

Commit

Permalink
Remove global pythonPath setting
Browse files Browse the repository at this point in the history
Just depend on setting it in each project.

Setting python.venvPath and/or python.venvFolders doesn't seem to work,
and vscode doesn't support Poetry environments natively yet.

The interpreter discovery in vscode is being refactored:
microsoft/vscode-python#12020

Revisit when that's done.
  • Loading branch information
kbd committed Feb 2, 2021
1 parent b93b95e commit 1967438
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HOME/Library/Application Support/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@
"source.organizeImports": true
}
},
"python.pythonPath": "/Users/kbd/.pyenv/shims/python3",
"python.formatting.provider": "black",
"python.sortImports.args": ["-m3", "--tc", "--ca"],
"python.testing.pytestEnabled": true,
Expand Down

0 comments on commit 1967438

Please sign in to comment.