Skip to content

Releases: hassio-addons/addon-vscode

v0.6.4

18 Aug 10:41
26b9966
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release.

🔨 Changes

  • ⬆️ Upgrades Hassio CLI to v3.1.0

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.6.3

17 Aug 07:46
9d83005
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release.

🔨 Changes

  • ⬆️ Updates yamllint to v1.17.0 (#47)
  • ⬆️ Upgrades lukas-tr.materialdesignicons-intellisense to 1.5.2
  • ⬆️ Upgrades Hassio CLI to v3.0.0
  • ⬆️ Upgrades nginx to 1.14.0-0ubuntu1.5

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.6.2

10 Aug 13:38
5c2929b
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release.

🔨 Changes

  • ⬆️ Upgrades Material Design Icons VSCode extension to v1.5.1
  • ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.0.2
  • ⬆️ Upgrades add-on base image to v3.1.4
  • ⬆️ Upgrades libnginx-mod-http-lua to 1.14.0-0ubuntu1.3
  • ⬆️ Upgrades nginx to 1.14.0-0ubuntu1.3
  • ⬆️ Upgrades openssl to 1.1.1-1ubuntu2.1~18.04.4
  • ⬆️ Upgrades Hassio CLI to 2.3.0

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.6.1

08 Jul 17:50
63c9c20
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release, upgrading the Home Assistant Config Helper VSCode extension to v1.0.0! Congratulations @keesschollaart81 with this milestone and thank you so much for your amazing work ❤️

🔨 Changes

  • ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.0.0

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.6.0

23 Jun 19:12
c131a46
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release.

🔨 Changes

  • ⬆️ Updates yamllint to v1.16.0 (#41)
  • ⬆️ Upgrades code-server to 1.1156-vsc1.33.1
  • ⬆️ Upgrades redhat.vscode-yaml to 0.4.1
  • ⬆️ Upgrades lukas-tr.materialdesignicons-intellisense to 1.5.0
  • ⬆️ Upgrades add-on base image to v3.1.3
  • ✏️ Maintaince -> Maintenance
  • ✨ Adds FUNDING.yml
  • ⬆️ Upgrades mosquitto-clients to 1.4.15-2ubuntu0.18.04.3

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.5.4

05 Jun 18:23
dbbbe6d
Compare
Choose a tag to compare

Full Changelog

🚑 This release fixes connections issues with the Home Assistant Configuration Helper extension that was introduced in v0.5.3.

🔨 Changes

  • ⬆️ Upgrades keesschollaart.vscode-home-assistant to 0.6.3

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.5.3

02 Jun 14:52
Compare
Choose a tag to compare

Full Changelog

General update release.

🔨 Changes

  • ⬆️ Upgrades vscode-home-assistant to 0.6.2 (#38) (@tjorim)

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.5.2

21 May 19:54
a418749
Compare
Choose a tag to compare

Full Changelog

General update release.

🔨 Changes

  • ⬆️ Upgrades code-server to 1.1119-vsc1.33.11

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.5.1

18 May 19:00
Compare
Choose a tag to compare

Full Changelog

General update release, upgrading the Home Assistant Config Helper vscode extension and the Home Assistant CLI.

🔨 Changes

  • ⬆️ Upgrades vscode-home-assistant to 0.6.0 (#36) (@tjorim)
  • ⬆️ Updates homeassistant_cli to v0.7.0 (#35)

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.5.0

11 May 09:00
914e69a
Compare
Choose a tag to compare

Full Changelog

⬆️ This release brings major updates to the Home Assistant Config Helper extension for Visual Studio code.
@keesschollaart81 did an amazing job on extending it and now provides:

  • Auto-completion & validation on your Home Assistant configuration in general.
  • Auto-completion & validation for Lovelace.
  • Can now handle !include's and supports Go to Definition.

🚑 Furthermore, changes were applied to reduce the number of refreshes of the file/folder tree. This was especially annoying when trying to create or rename files/folders using the explorer.

⚠️ Configuration change

This add-on comes with a VSCode configuration out of the box, which is being updated by the add-on. This auto-update mechanism stops working when you personalize/change VSCode's configuration.

In order for the new Home Assistant Config Helper extension to work, a configuration change was made. If you did not personalize your vscode configuration, the thing will just work. If you did customize it and want to reset your configuration to the new defaults:

  1. Open the Visual Studio Code editor.
  2. Click on Terminal in the top menu bar and click on New Terminal.
  3. Execute the following command in the terminal window: reset-settings.
  4. Done!

🔨 Changes

  • ⬆️ Upgrades add-on base image to 3.1.1
  • ⬆️ Upgrades code-server to 1.939-vsc1.33.1
  • 🔨 Pins versions of VSCode extensions
  • 🔨 Extends file watcher exclude list
  • 🔨 Associates yaml file to Home Assistant by default
  • ✨ Adds vscode settings reset command
  • ⬆️ Upgrades vscode-home-assistant to 0.5.7

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck