mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
misc: share .vscode/extensions.json (#7663)
This commit is contained in:
parent
3990404419
commit
80585e7d7e
3 changed files with 16 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.vscode
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
|
|
12
.vscode/extensions.json
vendored
Normal file
12
.vscode/extensions.json
vendored
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue