Skip to content

Commit

Permalink
Add VSCode extension recommendations (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
hingobway authored Jul 28, 2024
1 parent 8f3560d commit ad49520
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"GraphQL.vscode-graphql",
"GraphQL.vscode-graphql-syntax",
"mikestead.dotenv",
"esbenp.prettier-vscode"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}

0 comments on commit ad49520

Please sign in to comment.