Skip to content

Commit

Permalink
chore: adds recommended vscode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 7, 2023
1 parent 91cfa5e commit 83a30e5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
{
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"amodio.toggle-excluded-files",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"aaron-bond.better-comments",
"mikestead.dotenv",
"EditorConfig.EditorConfig",
"yzhang.markdown-all-in-one",
"unifiedjs.vscode-mdx",
"nrwl.angular-console",
"ms-playwright.playwright",
"yoavbls.pretty-ts-errors",
"bradlc.vscode-tailwindcss"
]
}

0 comments on commit 83a30e5

Please sign in to comment.