Skip to content

Commit

Permalink
chore(VSCode): Remove gitignore from extension recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed Feb 23, 2024
1 parent 3dec40a commit d98ce65
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions app/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"recommendations": [
"codezombiech.gitignore",
"deque-systems.vscode-axe-linter",
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"dotenv.dotenv-vscode",
"oven.bun-vscode"
]
"recommendations": [
"deque-systems.vscode-axe-linter",
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"dotenv.dotenv-vscode",
"oven.bun-vscode"
]
}

0 comments on commit d98ce65

Please sign in to comment.