adjusted various settings

This commit is contained in:
Riccardo Ferretti 2021-01-21 20:46:37 +01:00
parent c8567e7dd4
commit 60a3950f4b

15
.vscode/settings.json vendored
View file

@ -1,5 +1,4 @@
{ {
"prettier.singleQuote": false,
"editor.minimap.enabled": false, "editor.minimap.enabled": false,
"editor.wrappingIndent": "indent", "editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false, "editor.overviewRulerBorder": false,
@ -7,8 +6,6 @@
"[markdown]": { "[markdown]": {
"editor.quickSuggestions": true "editor.quickSuggestions": true
}, },
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync",
"files.defaultLanguage": "markdown", "files.defaultLanguage": "markdown",
"files.exclude": { "files.exclude": {
"**/node_modules": true "**/node_modules": true
@ -16,11 +13,15 @@
"files.watcherExclude": { "files.watcherExclude": {
"**/node_modules": true "**/node_modules": true
}, },
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
"foam.edit.linkReferenceDefinitions": "withExtensions", "foam.edit.linkReferenceDefinitions": "withExtensions",
"foam.openDailyNote.directory": "journal", "foam.openDailyNote.directory": "journal",
"foam.openDailyNote.titleFormat": "fullDate", "foam.openDailyNote.titleFormat": "fullDate",
"pasteImage.path": "${currentFileDir}/images/${currentFileNameWithoutExt}", "git.enableSmartCommit": true,
"markdown.preview.breaks": true "git.postCommitCommand": "sync",
"markdown.preview.breaks": true,
"pasteImage.path": "${projectRoot}/attachments",
"pasteImage.showFilePathConfirmInputBox": true,
"prettier.singleQuote": false,
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
} }