diff --git a/README.md b/README.md index f50bd85e..3207d628 100644 --- a/README.md +++ b/README.md @@ -1053,10 +1053,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.2.0 -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.2.0/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v3.3.0 +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.3.0/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-v3.2.0-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-v3.3.0-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 diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index d28ad979..bac32c4b 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,16 +1,17 @@ ## What’s changed -## ✨ New features +This release adds support for Blueprints! 🎉 -- Common directories in /root like SSH add-on @mdegat01 (#197) +Additionally, ESPHome files are now handled and assigned correctly. This would give you an amazing auto-completion and validation experience on your ESPHome configuration files. + +ℹ️ Note: It might be that you run a custom configuration/settings for VSCode, in that case, the ESPHome change will not be applied automatically. Be sure to reset your setting in that case. For more information refer to the documentation: + + +## 🚀 Enhancements + +- Assign ESPHome files to the ESPHome extension @frenck (#211) ## ⬆️ Dependency updates -- ⬆️ Upgrades Home Assistant CLI to v4.11.0 @frenck (#198) -- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#201) -- ⬆️ Upgrades esbenp.prettier-vscode to 6.3.1 @frenck (#205) -- ⬆️ Upgrades usernamehw.errorlens to 3.2.5 @frenck (#206) -- ⬆️ Upgrades Home Assistant CLI to v4.11.2 @frenck (#204) -- ⬆️ Upgrades ESPHome.esphome-vscode to 0.13.0 @frenck (#207) -- ⬆️ Bump frenck/action-addon-linter from v2.0.0 to v2.1 @dependabot (#208) -- ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.15.0 @frenck (#209) +- ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.16.0 @frenck (#212) +- ⬆️ Upgrades Home Assistant CLI to v4.11.3 @frenck (#213) diff --git a/vscode/README.md b/vscode/README.md index ac2540a9..9802af18 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -51,6 +51,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-v3.2.0-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.2.0 +[release-shield]: https://img.shields.io/badge/version-v3.3.0-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.3.0 [screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png \ No newline at end of file diff --git a/vscode/config.json b/vscode/config.json index ab238d49..909bcacd 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "3.2.0", + "version": "3.3.0", "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",