From 6ff919db92d10617694b58393e0cf5124e25f71e Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 6 May 2019 15:00:11 +0000 Subject: [PATCH] :arrow_up: Updating add-on Visual Studio Code to dbe3ae2 --- README.md | 6 +++--- vscode/CHANGELOG.md | 10 +++++----- vscode/README.md | 6 +++--- vscode/config.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ac2fea0a2..4a33efa39 100644 --- a/README.md +++ b/README.md @@ -1095,10 +1095,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/b49ad9a -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/b49ad9a/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/dbe3ae2 +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/dbe3ae2/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-b49ad9a-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-dbe3ae2-blue.svg [vscode-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/vscode-amd64.svg [vscode-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg [vscode-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index e1a17d89f..df8a696d6 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,8 +1,8 @@ -# Changelog since v0.4.1 +# Changelog since v0.4.2 -2019/04/25 06:20 UTC - [b49ad9a](https://github.com/hassio-addons/addon-vscode/commit/b49ad9aa35dc2d187efc16d4b7c325040f8987bb) by [@frenck](https://github.com/frenck) -> :sparkles: Adds support for showing in sidebar +2019/05/06 10:51 UTC - [dbe3ae2](https://github.com/hassio-addons/addon-vscode/commit/dbe3ae29e8f8d79ac09516d903597e94d7714dd5) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades code-server to 1.939-vsc1.33.1 -2019/04/25 06:20 UTC - [dc8e22d](https://github.com/hassio-addons/addon-vscode/commit/dc8e22dd80db1fde3e53d1cc028cf9d95f4b76a2) by [@frenck](https://github.com/frenck) -> :arrow_up: Updates Home Assistant requirement to 0.92.0b2 +2019/05/06 10:51 UTC - [df40b6a](https://github.com/hassio-addons/addon-vscode/commit/df40b6a0f81ddc80a557bdced3244dcecadb9eeb) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades add-on base image to 3.1.1 diff --git a/vscode/README.md b/vscode/README.md index 2310e2e9d..0880764c6 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -50,13 +50,13 @@ If you are more interested in stable releases of our add-ons: [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/b49ad9a/README.md +[docs]: https://github.com/hassio-addons/addon-vscode/blob/dbe3ae2/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-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-b49ad9a-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/b49ad9a +[release-shield]: https://img.shields.io/badge/version-dbe3ae2-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/dbe3ae2 [screenshot]: https://github.com/hassio-addons/addon-vscode/raw/master/images/screenshot.png \ No newline at end of file diff --git a/vscode/config.json b/vscode/config.json index 22325448b..ae1d08e2b 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "b49ad9a", + "version": "dbe3ae2", "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",