1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-15 07:27:13 +00:00

Fix terminal

This commit is contained in:
Pascal Vizeli
2020-07-14 10:00:27 +00:00
parent c87e6a5a42
commit 3a260a8fd9

View File

@@ -13,6 +13,7 @@
],
"settings": {
"python.pythonPath": "/usr/local/bin/python",
"terminal.integrated.shell.linux": "/bin/bash",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black",