1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2024-12-22 06:38:07 +00:00

Fix VSCode settings

This commit is contained in:
João Marques 2020-11-25 07:56:22 +00:00
parent 0206be67e5
commit b21d6d8a71

View File

@ -1,3 +1,3 @@
{
"python.pythonPath": "{$workspaceFolder}/.venv/bin/python3.9"
"python.pythonPath": ".venv/bin/python"
}