Skip to content

Commit

Permalink
feat: set VSCode file associations for config files
Browse files Browse the repository at this point in the history
Configures VSCode to use YAML syntax highlighting for `.*rc` files.
  • Loading branch information
jwbennet committed Jan 27, 2024
1 parent 1891bc5 commit 60638dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
"customizations": {
"vscode": {
"extensions": ["EditorConfig.EditorConfig", "redhat.vscode-yaml"],
"settings": {
"files.associations": {
".commitlintrc": "yaml",
".lintstagedrc": "yaml",
},
},
},
},
}

0 comments on commit 60638dc

Please sign in to comment.