Added snippets

This commit is contained in:
2025-01-07 08:48:21 -05:00
parent c1a5aef55d
commit a28a416857
2 changed files with 10 additions and 3 deletions
+2 -3
View File
@@ -12,7 +12,6 @@
"explorer.compactFolders": false,
"workbench.startupEditor": "none",
"terminal.integrated.enablePersistentSessions": false,
"workbench.editor.limit.enabled": true,
"workbench.editor.limit.perEditorGroup": true,
"workbench.editor.limit.value": 1
"update.showReleaseNotes": false,
"explorer.confirmDragAndDrop": false
}
@@ -0,0 +1,8 @@
{
"Hugo friendly current time": {
"scope": "markdown, yaml",
"prefix": "hg-time",
"body": "${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}${CURRENT_TIMEZONE_OFFSET}",
"description": "Inserts a Hugo friendly current time"
}
}