mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Visual Studio Code 3.3.0
This commit is contained in:
parent
4f73765d61
commit
e3033928bf
4 changed files with 17 additions and 16 deletions
|
@ -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:
|
||||
<https://github.com/hassio-addons/addon-vscode/blob/main/vscode/DOCS.md#resetting-your-vscode-settings-to-the-add-on-defaults>
|
||||
|
||||
## 🚀 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)
|
||||
|
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue