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
parent 041ef07ea4
commit 2704e25d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

7
.gitignore vendored
View File

@ -8,7 +8,8 @@ coverage
vercel_token
# IDE
.vscode
.vscode/*
!.vscode/extensions.json
*.code-workspace
.vercel
.vercel

5
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"recommendations": [
"yzhang.markdown-all-in-one"
]
}