Skip to content

Commit

Permalink
Merge pull request #153 from traPtitech/feat/extensions.json
Browse files Browse the repository at this point in the history
extensions.jsonを作成
  • Loading branch information
reiroop authored May 10, 2024
2 parents b2bc278 + 82f8bce commit 50cb92b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ debug.log

.eslintcache

src/lib/apis/generated
src/lib/apis/generated

.vscode/*
!.vscode/extensions.json
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",
"vue.volar",
"github.vscode-pull-request-github",
"esbenp.prettier-vscode",
],
"unwantedRecommendations": ["octref.vetur"]
}

0 comments on commit 50cb92b

Please sign in to comment.