mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-07-27 17:26:48 +00:00
chore(devcontainer): add AI extensions for enhanced development experience
Included Anthropic Claude and OpenAI ChatGPT extensions to support AI-assisted coding features. User-Impact: Developers can leverage AI tools for improved productivity and code suggestions.
This commit is contained in:
parent
49ea70ed9f
commit
1694431f26
1 changed files with 3 additions and 1 deletions
|
|
@ -35,7 +35,9 @@
|
||||||
"ms-vscode-remote.remote-containers",
|
"ms-vscode-remote.remote-containers",
|
||||||
"redhat.vscode-yaml",
|
"redhat.vscode-yaml",
|
||||||
"ryanluker.vscode-coverage-gutters",
|
"ryanluker.vscode-coverage-gutters",
|
||||||
"MermaidChart.vscode-mermaid-chart"
|
"MermaidChart.vscode-mermaid-chart",
|
||||||
|
"Anthropic.claude-code",
|
||||||
|
"openai.chatgpt"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"editor.tabSize": 4,
|
"editor.tabSize": 4,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue