More core work, completed time tagged measures

Split back unit info panel
This commit is contained in:
Pax1601
2023-03-12 17:27:59 +01:00
parent 6e203c09f9
commit 955fd7541a
28 changed files with 311 additions and 12818 deletions

View File

@@ -4,6 +4,17 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Chrome",
"port": 9222,
"urlFilter": "http://localhost:3000/*",
"request": "attach",
"type": "chrome",
"webRoot": "${workspaceFolder}/public/",
"sourceMapPathOverrides": {
"src/*": "${workspaceFolder}/src/*"
}
},
{
"type": "chrome",
"request": "launch",