mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
misc: share .vscode/extensions.json (#7663)
This commit is contained in:
parent
3990404419
commit
80585e7d7e
|
|
@ -1,5 +1,6 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.vscode
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
||||||
|
"recommendations": [
|
||||||
|
"streetsidesoftware.code-spell-checker",
|
||||||
|
"esbenp.prettier-vscode",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"stylelint.vscode-stylelint",
|
||||||
|
"EditorConfig.EditorConfig",
|
||||||
|
"Gruntfuggly.todo-tree"
|
||||||
|
],
|
||||||
|
"unwantedRecommendations": []
|
||||||
|
}
|
||||||
|
|
@ -89,7 +89,7 @@ eslintcache
|
||||||
estree
|
estree
|
||||||
evaluable
|
evaluable
|
||||||
execa
|
execa
|
||||||
Execa
|
execa
|
||||||
externalwaiting
|
externalwaiting
|
||||||
failfast
|
failfast
|
||||||
fbid
|
fbid
|
||||||
|
|
@ -106,6 +106,7 @@ globbing
|
||||||
globby
|
globby
|
||||||
goss
|
goss
|
||||||
goyal
|
goyal
|
||||||
|
gruntfuggly
|
||||||
gtag
|
gtag
|
||||||
hahaha
|
hahaha
|
||||||
hardcoding
|
hardcoding
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue