Skip to content

Commit

Permalink
chore: add vscode manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 committed Nov 26, 2023
1 parent 402945e commit 59f970a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"rust-lang.rust-analyzer",
"yzhang.markdown-all-in-one"
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"markdown.extension.toc.levels": "2..6"
}

0 comments on commit 59f970a

Please sign in to comment.