⬆️ Updating add-on Visual Studio Code to 8393409

This commit is contained in:
Community Hass.io Add-ons Bot 2020-09-29 13:33:41 +00:00
parent 743def5578
commit 00c2898979
4 changed files with 11 additions and 10 deletions

View file

@ -1256,10 +1256,10 @@ SOFTWARE.
[vscode-remote-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[vscode-remote-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[vscode-remote-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/a062676
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/a062676/README.md
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/8393409
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/8393409/README.md
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
[vscode-version-shield]: https://img.shields.io/badge/version-a062676-blue.svg
[vscode-version-shield]: https://img.shields.io/badge/version-8393409-blue.svg
[vscode-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/vscode-amd64.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

View file

@ -1,4 +1,5 @@
# Changelog since v2.6.0
- ✨ Add Prettier support for auto formatting YAML
- ⬆ Upgrades Home Assistant CLI to v4.5.0
- ⬆ Upgrades redhat.vscode-yaml to 0.11.0
# Changelog since v2.7.0
- ⬆ Upgrades esbenp.prettier-vscode to 5.7.1
- ⬆ Upgrades usernamehw.errorlens to 3.2.2
- ⬆ Upgrades keesschollaart.vscode-home-assistant to 1.9.1
- ⬆ Upgrades yamllint to 1.25.0

View file

@ -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-a062676-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/a062676
[release-shield]: https://img.shields.io/badge/version-8393409-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/8393409
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Visual Studio Code",
"version": "a062676",
"version": "8393409",
"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",