Moved timers into a plugin

This commit is contained in:
2022-07-28 02:52:31 +02:00
parent 227160e044
commit f67d5f6a2e
7 changed files with 198 additions and 171 deletions

7
.vscode/tasks.json vendored
View File

@@ -28,6 +28,13 @@
"command": "npm",
"problemMatcher": [],
"args": ["run", "build"]
},
{
"label": "ui:format",
"type": "shell",
"command": "npm",
"problemMatcher": [],
"args": ["run", "format"]
}
]
}