Moved timers into a plugin
This commit is contained in:
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
@@ -28,6 +28,13 @@
|
||||
"command": "npm",
|
||||
"problemMatcher": [],
|
||||
"args": ["run", "build"]
|
||||
},
|
||||
{
|
||||
"label": "ui:format",
|
||||
"type": "shell",
|
||||
"command": "npm",
|
||||
"problemMatcher": [],
|
||||
"args": ["run", "format"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user