🎉 Release of add-on Visual Studio Code 2.3.0-beta.1

This commit is contained in:
Community Hass.io Add-ons Bot 2020-05-17 19:48:21 +00:00
parent 2bb790b392
commit e93da813d1
4 changed files with 18 additions and 27 deletions

View file

@ -2,27 +2,18 @@
### 🔨 Changes
- :hammer: Use new Bashio service availablity checks
- :arrow_up: Upgrades bsdtar to 3.2.2-3.1ubuntu0.6
- :arrow_up: Upgrades keesschollaart.vscode-home-assistant to 1.6.1
- :arrow_up: Upgrades redhat.vscode-yaml to 0.7.2
- :arrow_up: Updates homeassistant_cli to v0.9.0 (#93)
- :arrow_up: Upgrades base image to v5.1.0
- :hammer: Disable Docker init
- :ambulance: Make build fail when extensions fail
- :shirt: Fix/disable lint warning
- :hammer: Download extensions sooner, fail fast
- :arrow_up: Updates yamllint to v1.22.1 (#94)
- :arrow_up: Upgrades Home Assistant CLI to 4.3.0
- :arrow_up: Upgrades emilast.LogFileHighlighter to 2.8.0
- :arrow_up: Upgrades usernamehw.errorlens to 3.1.0
- :arrow_up: Upgrades git to 1:2.17.1-1ubuntu0.6 (#95)
- :arrow_up: Upgrades code-server to 3.1.1
- :hammer: Disable build in SSH
- :hammer: Disable updates
- :hammer: Disable telemetry
- ⬆ Updates yamllint to v1.23.0 (#97)
- ⬆ Updates homeassistant_cli to v0.9.1 (#99)
- ⬆ Upgrades git to 1:2.17.1-1ubuntu0.7
- ⬆ Upgrades code-server to 3.2.0
- 🔨 Switch add-on from Ubuntu to Debian
- 🔨 Implement OCI image specification on labels
- ⬆ Upgrades keesschollaart.vscode-home-assistant to 1.6.5
- ⬆ Upgrades lukas-tr.materialdesignicons-intellisense to 2.0.2
- ⬆ Upgrades redhat.vscode-yaml to 0.8.0
- ⬆ Upgrades usernamehw.errorlens to 3.1.1
[changelog]: https://github.com/hassio-addons/addon-vscode/compare/v2.1.0...v2.2.0
[changelog]: https://github.com/hassio-addons/addon-vscode/compare/v2.2.0...v2.3.0-beta.1
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:

View file

@ -45,7 +45,7 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-vscode/blob/v2.2.0/README.md
[docs]: https://github.com/hassio-addons/addon-vscode/blob/v2.3.0-beta.1/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-visual-studio-code/107863?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
@ -54,6 +54,6 @@ If you are more interested in stable releases of our add-ons:
[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-v2.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v2.2.0
[release-shield]: https://img.shields.io/badge/version-v2.3.0-beta.1-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v2.3.0-beta.1
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Visual Studio Code",
"version": "2.2.0",
"version": "2.3.0-beta.1",
"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",