mirror of
https://github.com/jie65535/note.git
synced 2025-12-15 18:27:48 +08:00
Initial commit
This commit is contained in:
17
.vscode/extensions.json
vendored
Normal file
17
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
// Foam's own extension
|
||||
"foam.foam-vscode",
|
||||
|
||||
// Tons of markdown goodies (lists, tables of content, so much more)
|
||||
"yzhang.markdown-all-in-one",
|
||||
|
||||
// Image-pasting for markdown
|
||||
"mushan.vscode-paste-image",
|
||||
|
||||
// Spell checking for text, markdown and latex
|
||||
"ban.spellright",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user