mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
chore(devcontainer): wire commit message instructions and align jsonc formatting
- Link commit-messages.instructions.md via commitMessageGeneration.instructions setting so the VS Code SCM Generate button applies project commit rules - Add explicit editor.formatOnSave: true to [jsonc] language block, matching the existing [json] block for consistent behavior Release-Notes: skip User-Impact: none
This commit is contained in:
parent
a240393911
commit
3fda932442
1 changed files with 176 additions and 169 deletions
|
|
@ -79,10 +79,12 @@
|
|||
],
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[python]": {
|
||||
|
|
@ -122,6 +124,11 @@
|
|||
"url": "${containerWorkspaceFolder}/schemas/json/translation_schema.json"
|
||||
}
|
||||
],
|
||||
"github.copilot.chat.commitMessageGeneration.instructions": [
|
||||
{
|
||||
"file": ".github/instructions/commit-messages.instructions.md"
|
||||
}
|
||||
],
|
||||
"git.useConfigOnly": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue