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",
|
"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"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue