Update markdown notes autosuggest default
This commit is contained in:
parent
f1afee9df1
commit
55866c8a29
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue