Added snippets
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user