mirror of
https://github.com/facebook/docusaurus.git
synced 2026-05-06 07:56:39 -04:00
misc: share .vscode/extensions.json (#7663)
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
.DS_Store
|
||||
.vscode
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
*.iml
|
||||
*.code-workspace
|
||||
|
||||
Vendored
+12
@@ -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": []
|
||||
}
|
||||
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user