Skip to content

Commit

Permalink
Set up recommended extensions for VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jun 26, 2023
1 parent c3fa260 commit dbabe4f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -4,19 +4,21 @@ on:
push:
branches: [main]
paths-ignore:
- '.devcontainer/**'
- '.github/**'
- '!.github/workflows/ci.yml'
- '.devcontainer/**'
- '.vscode/**'
- 'examples/**'
- '**.md'
- .gitignore
- .release-it.json
pull_request:
branches: [main]
paths-ignore:
- '.devcontainer/**'
- '.github/**'
- '!.github/workflows/ci.yml'
- '.devcontainer/**'
- '.vscode/**'
- 'examples/**'
- '**.md'
- .gitignore
Expand Down
8 changes: 8 additions & 0 deletions .vscode/extensions.json
@@ -0,0 +1,8 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"github.vscode-github-actions"
],
"unwantedRecommendations": []
}

0 comments on commit dbabe4f

Please sign in to comment.