diff --git a/README.md b/README.md index ba8e48205..5ef4ba183 100644 --- a/README.md +++ b/README.md @@ -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/70d8a6e -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/70d8a6e/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/6e944e1 +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/6e944e1/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-70d8a6e-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-6e944e1-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 diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index d0e8aa1a7..f2d5daa86 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog since v2.8.2 +- ⬆ Upgrades Home Assistant CLI to v4.9.0 +- ⬆ Upgrades usernamehw.errorlens to 3.2.4 +- ⬆ Upgrades redhat.vscode-yaml to 0.13.0 +- ⬆ Upgrades lukas-tr.materialdesignicons-intellisense to 3.1.0 +- ⬆ Upgrades esbenp.prettier-vscode to 5.8.0 +- ⬆ Upgrades emilast.LogFileHighlighter to 2.10.0 +- ⬆ Upgrades keesschollaart.vscode-home-assistant to 1.12.0 +- ⬆ Upgrades code-server to 3.7.3 - ⬆ Upgrades code-server to 3.7.2 - ⬆ Upgrades code-server to 3.6.2 - ⬆ Upgrades Home Assistant CLI to v4.7.0 diff --git a/vscode/README.md b/vscode/README.md index f27c6b7ad..9a76237f6 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -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-70d8a6e-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/70d8a6e +[release-shield]: https://img.shields.io/badge/version-6e944e1-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/6e944e1 [screenshot]: https://github.com/hassio-addons/addon-vscode/raw/master/images/screenshot.png \ No newline at end of file diff --git a/vscode/config.json b/vscode/config.json index 0819348f6..e86fc3925 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "70d8a6e", + "version": "6e944e1", "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",