Remove unnecessary python path
This commit is contained in:
parent
a4c69525fc
commit
6f889b9b96
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@
|
|||
"service": "web",
|
||||
"workspaceFolder": "/app",
|
||||
"settings": {
|
||||
"terminal.integrated.defaultProfile.linux": "bash",
|
||||
"python.pythonPath": "/usr/local/bin/python"
|
||||
"terminal.integrated.defaultProfile.linux": "bash"
|
||||
},
|
||||
"extensions": ["ms-python.python", "editorconfig.editorconfig"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue