Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

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 4562361 commit 9fe943e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths-ignore:
- '.github/**'
- '!.github/workflows/ci.yml'
- '.vscode/**'
- '**.md'
- .gitignore
- .release-it.json
Expand All @@ -15,6 +16,7 @@ on:
paths-ignore:
- '.github/**'
- '!.github/workflows/ci.yml'
- '.vscode/**'
- '**.md'
- .gitignore
- .release-it.json
Expand Down
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"ms-playwright.playwright",
"github.vscode-github-actions"
],
"unwantedRecommendations": []
}

0 comments on commit 9fe943e

Please sign in to comment.