diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 5b0e53f..bf72f12 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,9 @@ "knightlabs", "timelinejs" ], - "svg.preview.background": "dark-transparent" + "svg.preview.background": "dark-transparent", + "[markdown]": { + }, + "frontMatter.framework.startCommand": "npm run start", + "frontMatter.content.autoUpdateDate": true }
\ No newline at end of file |
