Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
vscode: add recommanded extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluzzi committed Apr 3, 2023
1 parent cbaf965 commit 5d58033
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,4 @@ pnpm-lock.yaml
build/

# Ignore idea directory Jetbrain
.idea/

# Ignore vscode directory VisualStudioCode
.vscode/
.idea/
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"GraphQL.vscode-graphql-syntax"
]
}

0 comments on commit 5d58033

Please sign in to comment.