🎉 Release of add-on Visual Studio Code 1.0.1

This commit is contained in:
Community Hass.io Add-ons Bot 2019-10-31 20:37:51 +00:00
parent b81adbd0f5
commit f29cf086b9
4 changed files with 10 additions and 27 deletions

View file

@ -1,29 +1,12 @@
[Full Changelog][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!
This is general maintenance release.
### 🔨 Changes
- :arrow_up: Updates yamllint to v1.18.0 (#53)
- :arrow_up: Upgrades code-server to 2.1650-vsc1.39.2
- :arrow_up: Upgrades keesschollaart.vscode-home-assistant to 1.3.0
- :arrow_up: Upgrades lukas-tr.materialdesignicons-intellisense to 1.5.5
- :sparkles: Adds Indent Rainbow extension by default
- :ambulance: Match VSCode default config with latest code-server
- :hammer: Modify code-server service with updated CLI arguments
- :tada: Mark add-on as stable
- :arrow_up: Upgrades code-server to 2.1665-vsc1.39.2
[changelog]: https://github.com/hassio-addons/addon-vscode/compare/v0.7.0...v1.0.0
[changelog]: https://github.com/hassio-addons/addon-vscode/compare/v1.0.0...v1.0.1
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -31,13 +31,13 @@ instantly, without the need for configuring anything.
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-vscode/blob/v1.0.0/README.md
[docs]: https://github.com/hassio-addons/addon-vscode/blob/v1.0.1/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[patreon-shield]: https://www.frenck.nl/images/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-v1.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v1.0.0
[release-shield]: https://img.shields.io/badge/version-v1.0.1-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v1.0.1
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Visual Studio Code",
"version": "1.0.0",
"version": "1.0.1",
"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",