feat(dm): add first / last message date, dm duration and overall messages
This commit is contained in:
parent
bce22b1c7f
commit
e45812534b
12 changed files with 495 additions and 65 deletions
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
|
@ -2,14 +2,9 @@
|
|||
"editor.codeActionsOnSave": {
|
||||
"quickfix.biome": "explicit"
|
||||
},
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "biomejs.biome"
|
||||
},
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "biomejs.biome"
|
||||
},
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "biomejs.biome"
|
||||
"[typescript][typescriptreact][json]": {
|
||||
"editor.defaultFormatter": "biomejs.biome",
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"typescript.inlayHints.parameterNames.enabled": "all"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue