diff --git a/README.md b/README.md index 45e50cd27..ca2fdd320 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/4b04c8b -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/4b04c8b/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/d348177 +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/d348177/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-4b04c8b-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-d348177-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 204a92f0b..7a1349c90 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,8 +1,18 @@ # Changelog since v0.2.0 -2019/03/28 22:50 UTC - [4b04c8b](https://github.com/hassio-addons/addon-vscode/commit/4b04c8b905b923826a73bd3fc3bc461db861072e) by [@frenck](https://github.com/frenck) +2019/04/05 13:20 UTC - [d348177](https://github.com/hassio-addons/addon-vscode/commit/d34817704641a79e285c8000254bb542fdff0d03) by [@riemers](https://github.com/riemers) +> :books:Updates installation steps in README (#14) + +* Update README.md + +* :pencil2: Tweak + +2019/04/05 13:20 UTC - [6b4dc36](https://github.com/hassio-addons/addon-vscode/commit/6b4dc36665bd5a2fcaa7386067f38bc406b0922a) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades hassio-cli to v2.2.0 + +2019/04/05 13:20 UTC - [4b04c8b](https://github.com/hassio-addons/addon-vscode/commit/4b04c8b905b923826a73bd3fc3bc461db861072e) by [@frenck](https://github.com/frenck) > :fire: Removes now obsolete i_like_to_be_pwned option -2019/03/28 22:50 UTC - [64d3a52](https://github.com/hassio-addons/addon-vscode/commit/64d3a5236a23871f950894097af5efc5b0acc4b5) by [@frenck](https://github.com/frenck) +2019/04/05 13:20 UTC - [64d3a52](https://github.com/hassio-addons/addon-vscode/commit/64d3a5236a23871f950894097af5efc5b0acc4b5) by [@frenck](https://github.com/frenck) > :fire: Removes password option from documentation diff --git a/vscode/README.md b/vscode/README.md index bf8b9a9df..dd7f0d472 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/4b04c8b/README.md +[docs]: https://github.com/hassio-addons/addon-vscode/blob/d348177/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-4b04c8b-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/4b04c8b +[release-shield]: https://img.shields.io/badge/version-d348177-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/d348177 [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 50bea7f12..9345fc819 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "4b04c8b", + "version": "d348177", "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",