mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
Add support for relative logging levels
This commit is contained in:
parent
1092bdd111
commit
81bbcb269c
1 changed files with 6 additions and 2 deletions
|
@ -751,6 +751,7 @@
|
|||
"name": "log-info",
|
||||
"scope": [
|
||||
"log.info",
|
||||
"log.relative",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#99eeff",
|
||||
|
@ -760,6 +761,7 @@
|
|||
"name": "log-verbose",
|
||||
"scope": [
|
||||
"log.verbose",
|
||||
"meta.indent log.relative",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#a8a8ff",
|
||||
|
@ -769,6 +771,7 @@
|
|||
"name": "log-debug",
|
||||
"scope": [
|
||||
"log.debug",
|
||||
"meta.indent meta.indent log.relative",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#dfabff",
|
||||
|
@ -783,9 +786,10 @@
|
|||
"meta.directive.dated.beancount punctuation.separator",
|
||||
"meta.directive.transaction.beancount punctuation.separator",
|
||||
"log.punctuation",
|
||||
"meta.indent meta.indent meta.indent log.relative"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#8a653b",
|
||||
"foreground": "#808080",
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -794,7 +798,7 @@
|
|||
"log.header",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#8a653b",
|
||||
"foreground": "#ffffff",
|
||||
"fontStyle": "bold"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue