diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index f1bb45e..854350e 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -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 } \ No newline at end of file diff --git a/.config/VSCodium/User/snippets/dg.code-snippets b/.config/VSCodium/User/snippets/dg.code-snippets new file mode 100644 index 0000000..9036bdb --- /dev/null +++ b/.config/VSCodium/User/snippets/dg.code-snippets @@ -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" +} +} \ No newline at end of file