🎉 Release of add-on Visual Studio Code 3.0.3

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-08 15:08:45 +00:00
parent 127e3ee234
commit 9ac372962a
4 changed files with 12 additions and 15 deletions

View file

@ -1024,10 +1024,10 @@ SOFTWARE.
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[unifi-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[unifi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v3.0.2
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.0.2/README.md
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v3.0.3
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.0.3/README.md
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
[vscode-version-shield]: https://img.shields.io/badge/version-v3.0.2-blue.svg
[vscode-version-shield]: https://img.shields.io/badge/version-v3.0.3-blue.svg
[vscode-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[vscode-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,12 +1,9 @@
## Whats changed
## 🧰 Maintenance
- Update add-on configuration for Supervisor 2021.2 @frenck (#186)
## ⬆️ Dependency updates
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#177)
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#179)
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#178)
- ⬆ Upgrades Home Assistant CLI to v4.10.1 @frenck (#180)
- ⬆ Upgrades unzip to 6.0-23+deb10u2 @frenck (#182)
- ⬆ Upgrades code-server to 3.8.1 @frenck (#181)
- ⬆ Upgrades keesschollaart.vscode-home-assistant to 1.14.1 @frenck (#183)
- ⬆ Upgrades esbenp.prettier-vscode to 5.9.1 @frenck (#184)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#185)

View file

@ -35,6 +35,6 @@ instantly, without the need for configuring anything.
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v3.0.2-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.0.2
[release-shield]: https://img.shields.io/badge/version-v3.0.3-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.0.3
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Visual Studio Code",
"version": "3.0.2",
"version": "3.0.3",
"slug": "vscode",
"description": "Fully featured VSCode experience, to edit your HA config in the browser, including auto-completion!",
"url": "https://github.com/hassio-addons/addon-vscode",
@ -13,7 +13,7 @@
"aarch64",
"amd64"
],
"auto_uart": true,
"uart": true,
"hassio_api": true,
"hassio_role": "manager",
"homeassistant_api": true,