mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 09:06:29 +00:00
Fix vscode tasks supervisor dir (#1719)
This commit is contained in:
parent
4953ba5077
commit
e406aa4144
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@ -60,7 +60,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Flake8",
|
"label": "Flake8",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "flake8 hassio tests",
|
"command": "flake8 supervisor tests",
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "test",
|
"kind": "test",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
@ -74,7 +74,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Pylint",
|
"label": "Pylint",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "pylint hassio",
|
"command": "pylint supervisor",
|
||||||
"dependsOn": ["Install all Requirements"],
|
"dependsOn": ["Install all Requirements"],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "test",
|
"kind": "test",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user