Added snippets
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
"explorer.compactFolders": false,
|
"explorer.compactFolders": false,
|
||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"terminal.integrated.enablePersistentSessions": false,
|
"terminal.integrated.enablePersistentSessions": false,
|
||||||
"workbench.editor.limit.enabled": true,
|
"update.showReleaseNotes": false,
|
||||||
"workbench.editor.limit.perEditorGroup": true,
|
"explorer.confirmDragAndDrop": false
|
||||||
"workbench.editor.limit.value": 1
|
|
||||||
}
|
}
|
||||||
@@ -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