mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-20 00:35:23 +00:00
Add yzhang.markdown-all-in-one to recommended workspace extensions (#2809)
* Add yzhang.markdown-all-in-one to recommended workspace extensions * refactor: update .gitignore --------- Co-authored-by: rickstaa <rick.staa@outlook.com>
This commit is contained in:
parent
041ef07ea4
commit
2704e25d5d
2 changed files with 9 additions and 3 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -8,7 +8,8 @@ coverage
|
|||
vercel_token
|
||||
|
||||
# IDE
|
||||
.vscode
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
|
||||
.vercel
|
||||
|
||||
.vercel
|
||||
|
|
|
|||
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"yzhang.markdown-all-in-one"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue