Update markdown notes autosuggest default

This commit is contained in:
Jonathan Ingall 2020-07-27 20:51:16 +01:00
parent f1afee9df1
commit 55866c8a29
1 changed files with 2 additions and 1 deletions

View File

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