summaryrefslogtreecommitdiffstats
path: root/hinode-template.code-workspace
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2025-08-11 18:19:28 -0400
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-08-11 18:19:28 -0400
commit6c7ef74b557b8600e32cddef108f6af946e9de06 (patch)
treeeec126e116012cffd94d4de605f7171d85bba07e /hinode-template.code-workspace
parent113d994b2de5d970a94cfd82950540512bd67206 (diff)
fix: wip: revisions for hugo templating sys changesversioned
WIP: Revisions for fixing changes to hugo's templating system upgrade. BREAKING CHANGE: Will not build on versions of hugo prior to 0.145.
Diffstat (limited to 'hinode-template.code-workspace')
-rw-r--r--hinode-template.code-workspace6
1 files changed, 5 insertions, 1 deletions
diff --git a/hinode-template.code-workspace b/hinode-template.code-workspace
index 1730d34..a03c9da 100644
--- a/hinode-template.code-workspace
+++ b/hinode-template.code-workspace
@@ -16,6 +16,10 @@
"cSpell.words": [
"Mayfield",
"unculpable"
- ]
+ ],
+ "workbench.colorCustomizations": {
+ "minimap.background": "#00000000",
+ "scrollbar.shadow": "#00000000"
+ }
}
} \ No newline at end of file