This commit is contained in:
2026-03-24 12:52:19 +01:00
committed by Florian Greistorfer
parent ad6ef5fe01
commit 4789dd6232
2 changed files with 2 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
"-p", "-p",
"${workspaceFolder}/test", "${workspaceFolder}/test",
"-w", "-w",
"file://${workspaceFolder}/test", "http://localhost/",
"-t", "-t",
"Pictures", "Pictures",
"--theme", "--theme",
@@ -141,9 +141,6 @@
"**/*.css": "css", "**/*.css": "css",
"**/*.html.j2": "jinja-html" "**/*.html.j2": "jinja-html"
}, },
"gitblame.inlineMessageEnabled": true,
"gitblame.inlineMessageFormat": "${author.name}, ${time.ago} • ${commit.summary}",
"gitblame.statusBarMessageFormat": "${author.name} (${time.ago})",
"html.format.indentHandlebars": true, "html.format.indentHandlebars": true,
"html.format.templating": true, "html.format.templating": true,
"html.format.wrapAttributes": "preserve", "html.format.wrapAttributes": "preserve",

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
LESS=-SR hl $(ls -tr logs/*.{jsonl,jsonl.gz}) --config hl_config.yaml LESS=-SR hl "$(ls -tr logs/*.{jsonl,jsonl.gz})" --config hl_config.yaml