VSCode Python configuration

This commit is contained in:
2020-04-15 00:47:07 +02:00
parent ecd08d20ef
commit 013c52be61
26 changed files with 597 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{
"python.pythonPath": "/usr/bin/python3.8"
"python.pythonPath": "pyenv/bin/python"
}