Skip to content

Commit 4044ced

Browse files
author
marci
committed
Entferne nicht benötigte Einstellungen aus den VSCode-Konfigurationsdateien und stelle sicher, dass die Frontmatter-Einstellungen korrekt sind.
1 parent a28a7ed commit 4044ced

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"frontMatter.dashboard.openOnStart": true,
32
"[markdown]": {
43
"editor.fontSize": 14,
54
"editor.lineHeight": 26,
@@ -12,6 +11,5 @@
1211
"other": "off"
1312
},
1413
"editor.minimap.enabled": false
15-
},
16-
"frontMatter.panel.openOnSupportedFile": true
14+
}
1715
}

frontmatter.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
"frontMatter.framework.id": "hugo",
9797
"frontMatter.content.publicFolder": {
9898
"path": "assets",
99-
10099
"relative": true
101100
},
102101
"frontMatter.media.contentTypes": [
@@ -200,5 +199,7 @@
200199
],
201200
"fields": []
202201
}
203-
}
202+
},
203+
"frontMatter.dashboard.openOnStart": true,
204+
"frontMatter.panel.openOnSupportedFile": true
204205
}

0 commit comments

Comments
 (0)