Skip to content

Releases: hassio-addons/addon-vscode

v1.2.3

27 Jan 09:46
b6636bb
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release.

🔨 Changes

  • 🔨Disable update notification (#75)
  • ⬆️ Upgrades code-server to 2.1698

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

v1.2.2

15 Jan 17:18
77a3d50
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release.

🔨 Changes

  • ⬆️ Upgrades emilast.LogFileHighlighter to 2.7.1
  • ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.5.0
  • ⬆️ Upgrades usernamehw.errorlens to 2.9.0
  • ⬆️ Upgrades nginx to 1.14.0-0ubuntu1.7
  • ⬆️ Upgrades libnginx-mod-http-lua to 1.14.0-0ubuntu1.7

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

v1.2.1

04 Jan 09:20
4346545
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release.

🔨 Changes

  • ⬆️ Updates yamllint to v1.20.0 (#69)
  • 🎆 Updates maintenance/license year to 2020
  • ✏️ Funding adjustments
  • ✏️ Fixes some spelling and grammar
  • ⬆️ Upgrades add-on base image to v4.0.3
  • ⬆️ Upgrades lua-resty-http to 0.15-0
  • ⬆️ Upgrades Hassio CLI to v3.1.2
  • ⬆️ Upgrades emilast.LogFileHighlighter to 2.7.0
  • ⬆️ Upgrades usernamehw.errorlens to 2.8.1
  • ⬆️ Upgrades vscode-icons-team.vscode-icons to 9.7.0
  • ⬆️ Upgrades git to 1:2.17.1-1ubuntu0.5
  • 📚 Adjust add-on installation instructions

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

v1.2.0

24 Nov 20:54
7cee9ee
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release, updating quite a lot!

Most exciting thing in this release: Commands!
Find them using Cmd+shift+P and type 'Home Assistant' (or at least part of it)

image

🔨 Changes

  • ⬆️ Upgrades code-server to 2.1692-vsc1.39.2
  • ⬆️ Updates homeassistant_cli to v0.8.0 (#65)
  • ⬆️ Updates yamllint to v1.19.0 (#66)
  • ⬆️ Upgrades add-on base image to v4.0.1
  • ⬆️ Upgrades vscode-icons-team.vscode-icons to 9.6.0
  • ⬆️ Upgrades redhat.vscode-yaml to 0.6.1
  • ⬆️ Upgrades openssl to 1.1.1-1ubuntu2.1~18.04.5
  • ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.4.5

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

v1.1.1

04 Nov 18:27
6dad565
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release.

🔨 Changes

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

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

v1.1.0

02 Nov 21:38
4200e5c
Compare
Choose a tag to compare

Full Changelog

Now we are stable, the real fun starts! This version brings tons of new stuff, to improve the straight out of the box experience!

So what is new?

  • ESPHome support! Yes! 🎉 The ESPHome project has released their VSCode extension, and is has been added and pre-configured for you! Please be sure to read the additional instructions in the add-on manual.

  • vscode-icons have been added. This gives all the files in the file tree a nice little icon that matches the file type. And yes: Home Assistant related files will have a tiny blue house 😉

  • Support for syntax highlighting on log files! 😎 This makes it darn easy on the eyes to read the Home Assistant log file.

  • Added the ErrorLens extension, that puts warnings and error right into VSCode, making it easy to spot issues and seeing the "WHY?!" in a blink of an eye. 💯

  • Somehow, the ping command was missing 🤷‍♂ So that is now available in the terminal within vscode.

🔨 Changes

  • ✨ Adds ping commandline util
  • ⬆️ Upgrades lukas-tr.materialdesignicons-intellisense to 1.5.6
  • ✨ Adds vscode icons pack
  • ✨ Adds support for syntax highlighting on Home Assistant log files
  • ✨ Adds the ErrorLens extension
  • ✨ Adds support for ESPHome

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

v1.0.1

31 Oct 20:31
b3d2de9
Compare
Choose a tag to compare

Full Changelog

This is general maintenance release.

🔨 Changes

  • ⬆️ Upgrades code-server to 2.1665-vsc1.39.2

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

v1.0.0

26 Oct 10:31
699dbe2
Compare
Choose a tag to compare

Full Changelog

🎉 1.0.0 🎉

Visual Studio Code for Home Assistant as a Hass.io add-on reached 1.0!

This version has a bunch of upgrades, mainly the code-server team has been working hard on making some major changes. The add-on now runs the second generation code-server, which is based on VSCode 1.39. Latest greatest!

Furthermore, Kees updated the VSCode extension for Home Assistant, yamllint had an upgrade, the latest Material design icons extension was added and...

✨ The add-on now has the Indent Rainbow extension installed by default 🎉

This extension allows you to easily see how much your YAML is indented compared to the rest of the configuration. Thanks for suggesting this!

🔨 Changes

  • ⬆️ Updates yamllint to v1.18.0 (#53)
  • ⬆️ Upgrades code-server to 2.1650-vsc1.39.2
  • ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.3.0
  • ⬆️ Upgrades lukas-tr.materialdesignicons-intellisense to 1.5.5
  • ✨ Adds Indent Rainbow extension by default
  • 🚑 Match VSCode default config with latest code-server
  • 🔨 Modify code-server service with updated CLI arguments
  • 🎉 Mark add-on as stable

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

v0.7.0

28 Sep 07:18
7d0a51e
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release.

🔨 Changes

  • ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.2.4
  • ⬆️ Upgrades add-on base image to v4.0.0
  • ⬆️ Upgrades redhat.vscode-yaml to 0.5.3

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

v0.6.5

23 Aug 20:09
8d01dca
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release.

🔨 Changes

  • ⬆️ Upgrades add-on base image to v3.2.0
  • 🔨 Updates HA Auth URL in NGinx LUA sccript
  • 🚑 Fixes path handling for SSL certificates
  • ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.1.1
  • ⬆️ Upgrades nginx to 1.14.0-0ubuntu1.6
  • ⬆️ Upgrades libnginx-mod-http-lua to 1.14.0-0ubuntu1.6
  • 🔨 Use Hass.io DNS as NGinx resolver

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