Remove unnecessary python path

This commit is contained in:
Jake Howard 2022-07-28 21:10:44 +01:00
parent a4c69525fc
commit 6f889b9b96
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@
"service": "web", "service": "web",
"workspaceFolder": "/app", "workspaceFolder": "/app",
"settings": { "settings": {
"terminal.integrated.defaultProfile.linux": "bash", "terminal.integrated.defaultProfile.linux": "bash"
"python.pythonPath": "/usr/local/bin/python"
}, },
"extensions": ["ms-python.python", "editorconfig.editorconfig"] "extensions": ["ms-python.python", "editorconfig.editorconfig"]
} }