Skip to content

Commit

Permalink
Merge pull request thoughtworks#324 from setchy/feature/vscode-extens…
Browse files Browse the repository at this point in the history
…ion-recommendations

feat: update vscode extension recommendations
  • Loading branch information
devansh-sharma-tw authored Jul 17, 2023
2 parents ee16efd + 1b5bc31 commit 28bc969
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
{ "recommendations": ["esbenp.prettier-vscode", "EditorConfig.EditorConfig"] }
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"orta.vscode-jest",
"editorconfig.editorconfig"
]
}

0 comments on commit 28bc969

Please sign in to comment.