Skip to content

Commit

Permalink
chore(vscode): yaml.schemasを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme committed Sep 30, 2024
1 parent 8888760 commit b75fa33
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Visual Studio Code
/.vscode
!/.vscode/extensions.json

# Intelij-IDEA
/.idea

Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"Vue.volar",
"Orta.vscode-jest",
"mrmlnc.vscode-json5",
"github.vscode-github-actions"
"github.vscode-github-actions",
"redhat.vscode-yaml"
]
}
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,14 @@
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.formatOnSave": false
"editor.formatOnSave": false,
"yaml.schemas": {
"https://json.schemastore.org/github-action.json": [
".github/actions/**/action.yaml",
".github/actions/**/action.yml"
],
"https://json.schemastore.org/github-issue-config.json": [
".github/ISSUE_TEMPLATE/config.yml"
]
}
}

0 comments on commit b75fa33

Please sign in to comment.