diff --git a/.vscode/settings.json b/.vscode/settings.json index 50dfa3d..ef1d7ac 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,6 @@ "editor.quickSuggestions": true }, "git.enableSmartCommit": true, - "git.postCommitCommand": "sync" + "git.postCommitCommand": "sync", + "vscodeMarkdownNotes.noteCompletionConvention": "noExtension" }