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:
Alexandr Garbuzov
2023-06-11 15:30:04 +03:00
committed by GitHub
co-authored by rickstaa
parent 041ef07ea4
commit 2704e25d5d
2 changed files with 9 additions and 3 deletions
+4 -3
View File
@@ -8,7 +8,8 @@ coverage
vercel_token
# IDE
.vscode
.vscode/*
!.vscode/extensions.json
*.code-workspace
.vercel
.vercel
+5
View File
@@ -0,0 +1,5 @@
{
"recommendations": [
"yzhang.markdown-all-in-one"
]
}