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
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"
}