mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-04 11:11:30 +00:00
🚑 Fix MDI icon to new name (#121)
Icon mdi:visual-studio-code was renamed to mdi:microsoft-visual-studio-code, please change your config, it will be removed in version 0.115.
This commit is contained in:
parent
b5a8c6f1a9
commit
1778b0df75
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"url": "https://github.com/hassio-addons/addon-vscode",
|
||||
"ingress": true,
|
||||
"ingress_port": 1337,
|
||||
"panel_icon": "mdi:visual-studio-code",
|
||||
"panel_icon": "mdi:microsoft-visual-studio-code",
|
||||
"startup": "services",
|
||||
"init": false,
|
||||
"arch": ["aarch64", "amd64"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue