Skip to content

Commit

Permalink
chore: added vscode recommended extensions (#189) (#190)
Browse files Browse the repository at this point in the history
* chore: added vscode recommended extensions (#189)

* chore: refactored due to comments

Co-authored-by: Doğucan Durmuşlar <[email protected]>
  • Loading branch information
koulgar and Doğucan Durmuşlar authored Aug 8, 2022
1 parent 9792746 commit 87b986b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ log.txt

.history/
.idea/
.vscode/
.vscode/*
!.vscode/extensions.json
.sass-cache/
.versions/
node_modules/
Expand Down
12 changes: 12 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"dbaeumer.vscode-eslint",
"runem.lit-plugin",
"silvenon.mdx",
"streetsidesoftware.code-spell-checker",
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint",
],
"unwantedRecommendations": []
}

0 comments on commit 87b986b

Please sign in to comment.