1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-08 08:58:31 +01:00

Fix vscode tasks supervisor dir (#1719)

This commit is contained in:
Martin Hjelmare
2020-05-11 18:22:01 +02:00
committed by GitHub
parent 4953ba5077
commit e406aa4144
+2 -2
View File
@@ -60,7 +60,7 @@
{
"label": "Flake8",
"type": "shell",
"command": "flake8 hassio tests",
"command": "flake8 supervisor tests",
"group": {
"kind": "test",
"isDefault": true
@@ -74,7 +74,7 @@
{
"label": "Pylint",
"type": "shell",
"command": "pylint hassio",
"command": "pylint supervisor",
"dependsOn": ["Install all Requirements"],
"group": {
"kind": "test",