mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
Merge pull request #13 from ingalless/feature/markdown-notes-autosuggest
Update markdown notes autosuggest default
This commit is contained in:
commit
ae371fcbc6
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…
Add table
Reference in a new issue