Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: share .vscode/extensions.json #7663

Merged
merged 1 commit into from Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,5 +1,6 @@
.DS_Store
.vscode
.vscode/*
!.vscode/extensions.json
.idea
*.iml
*.code-workspace
Expand Down
12 changes: 12 additions & 0 deletions .vscode/extensions.json
@@ -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": []
}
3 changes: 2 additions & 1 deletion project-words.txt
Expand Up @@ -89,7 +89,7 @@ eslintcache
estree
evaluable
execa
Execa
execa
externalwaiting
failfast
fbid
Expand All @@ -106,6 +106,7 @@ globbing
globby
goss
goyal
gruntfuggly
gtag
hahaha
hardcoding
Expand Down