⬆️ Updating add-on Visual Studio Code to 09ea67f

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-20 21:28:21 +00:00
parent 10c3e3de97
commit fadf9b8b4f
4 changed files with 9 additions and 27 deletions

View file

@ -1163,10 +1163,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/a2f36f6
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/a2f36f6/README.md
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/09ea67f
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/09ea67f/README.md
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
[vscode-version-shield]: https://img.shields.io/badge/version-a2f36f6-blue.svg
[vscode-version-shield]: https://img.shields.io/badge/version-09ea67f-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,21 +1,3 @@
# Changelog since v2.9.1
- ⬆ Upgrades redhat.vscode-yaml to 0.14.0 (#166)
- Documentation tweaks (#165)
- ⬆ Upgrades oderwat.indent-rainbow to 7.5.0 (#164)
- Add zip/unzip commands (#163)
- ⬆ Upgrades code-server to 3.8.0 (#162)
- ⬆ Upgrades mariadb-client to 1:10.3.27-0+deb10u1 (#161)
- Add new repository workflow (#159)
* Add new repository workflow
* Prettified Code!
* Address add-on lint errors
* Address add-on lint errors
Co-authored-by: frenck <frenck@users.noreply.github.com>
- Happy New Year (#158)
- Upgrade Code of Conduct (#157)
- Cleanup repository (#156)
# Changelog since v3.0.0
- Fix CI badges to show the right status (#168)
- Fix add-on description extraction (#167)

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

View file

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