Skip to content

Commit

Permalink
Merge pull request #233 from CodeYourFuture/add-vscode-extensions
Browse files Browse the repository at this point in the history
Add recommended VS Code extensions
  • Loading branch information
SallyMcGrath committed Jul 31, 2024
2 parents b61abbc + b1182f6 commit c2d9677
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"streetsidesoftware.code-spell-checker",
"eamodio.gitlens",
"ritwickdey.LiveServer",
"vsliveshare.vsliveshare"
]
}

0 comments on commit c2d9677

Please sign in to comment.