mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 06:56:19 +00:00
Auto: misc.
This commit is contained in:
Vendored
+12
-35
@@ -3,54 +3,31 @@
|
|||||||
"editor.wrappingIndent": "indent",
|
"editor.wrappingIndent": "indent",
|
||||||
"editor.overviewRulerBorder": false,
|
"editor.overviewRulerBorder": false,
|
||||||
"editor.lineHeight": 24,
|
"editor.lineHeight": 24,
|
||||||
"workbench.colorTheme": "Monokai",
|
|
||||||
"[markdown]": {
|
"[markdown]": {
|
||||||
"editor.quickSuggestions": true
|
"editor.quickSuggestions": true
|
||||||
},
|
},
|
||||||
"git.enableSmartCommit": true,
|
"files.defaultLanguage": "markdown",
|
||||||
"git.postCommitCommand": "sync",
|
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/node_modules": true
|
"**/node_modules": true
|
||||||
},
|
},
|
||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
"**/node_modules": true
|
"**/node_modules": true
|
||||||
},
|
},
|
||||||
|
"foam.edit.linkReferenceDefinitions": "off",
|
||||||
|
"foam.openDailyNote.directory": "journal",
|
||||||
|
"foam.openDailyNote.titleFormat": "fullDate",
|
||||||
|
"git.enableSmartCommit": true,
|
||||||
|
"git.postCommitCommand": "sync",
|
||||||
|
"markdown.preview.breaks": true,
|
||||||
|
"pasteImage.path": "${projectRoot}/attachments",
|
||||||
|
"pasteImage.showFilePathConfirmInputBox": true,
|
||||||
|
"prettier.singleQuote": false,
|
||||||
|
"spellright.notificationClass": "warning",
|
||||||
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
||||||
"multiCommand.commands": [
|
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
|
||||||
{
|
|
||||||
"command": "multiCommand.syncAllFiles",
|
|
||||||
"sequence": [
|
|
||||||
"workbench.action.files.saveAll",
|
|
||||||
{
|
|
||||||
"command": "workbench.action.terminal.sendSequence",
|
|
||||||
"args": {
|
|
||||||
"text": "git add . && git commit -a -m 'automatic update on save.' && git push\u000D"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"spellright.language": [],
|
|
||||||
"spellright.documentTypes": [
|
|
||||||
"latex",
|
|
||||||
"plaintext"
|
|
||||||
],
|
|
||||||
"vim.handleKeys": {
|
"vim.handleKeys": {
|
||||||
"[": false,
|
"[": false,
|
||||||
"]": false,
|
"]": false,
|
||||||
},
|
|
||||||
"foam.openDailyNote.directory": "journal",
|
|
||||||
"editor.minimap.enabled": true,
|
|
||||||
"window.menuBarVisibility": "toggle",
|
|
||||||
"workbench.activityBar.visible": true,
|
|
||||||
"git.confirmSync": false,
|
|
||||||
"git.autofetch": true,
|
|
||||||
"markdown-links.autoStart": false,
|
|
||||||
"markdown-links.graphType": "obsidian",
|
|
||||||
"vscodeMarkdownNotes.newNoteDirectory": "WORKSPACE_ROOT",
|
|
||||||
"markdown.extension.print.theme": "dark",
|
|
||||||
"markdown.preview.scrollEditorWithPreview": false,
|
|
||||||
"window.autoDetectColorScheme": true,
|
|
||||||
"[markdown]": {
|
"[markdown]": {
|
||||||
"editor.tabSize": 2
|
"editor.tabSize": 2
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user