Merge pull request #13 from ingalless/feature/markdown-notes-autosuggest

Update markdown notes autosuggest default
This commit is contained in:
Jani Eväkallio 2020-08-03 17:37:19 +01:00 committed by GitHub
commit ae371fcbc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,5 +8,6 @@
"editor.quickSuggestions": true "editor.quickSuggestions": true
}, },
"git.enableSmartCommit": true, "git.enableSmartCommit": true,
"git.postCommitCommand": "sync" "git.postCommitCommand": "sync",
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension"
} }