Skip to content

Commit

Permalink
(maint) Add recommended extension
Browse files Browse the repository at this point in the history
This extension is useful when editing Markdown files, especially when
it contains a Table Of Contents. This extension will update the TOC
simply by making changes to the main body.

In order to get this new file to be included, it was necessary to add
another exclusion to the rules in the .gitignore file.
  • Loading branch information
gep13 committed Jul 12, 2024
1 parent 146f326 commit de3a4b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ code_drop
obj
src/packages
/.vscode/**
!.vscode/extensions.json
!/.vscode/settings.json
.vs

Expand Down
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"yzhang.markdown-all-in-one"
]
}

0 comments on commit de3a4b7

Please sign in to comment.