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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
.vscode/tasks.json vendored
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",