mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 09:47:48 +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
|
||||
.vscode
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
*.iml
|
||||
*.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
|
||||
evaluable
|
||||
execa
|
||||
Execa
|
||||
execa
|
||||
externalwaiting
|
||||
failfast
|
||||
fbid
|
||||
|
@ -106,6 +106,7 @@ globbing
|
|||
globby
|
||||
goss
|
||||
goyal
|
||||
gruntfuggly
|
||||
gtag
|
||||
hahaha
|
||||
hardcoding
|
||||
|
|
Loading…
Add table
Reference in a new issue