Remove unnecessary python path
parent
a4c69525fc
commit
6f889b9b96
|
@ -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 New Issue