diff --git a/README.md b/README.md index c0763a9fe..fcf6d891d 100644 --- a/README.md +++ b/README.md @@ -1200,10 +1200,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/b3d2de9 -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/b3d2de9/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/4200e5c +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/4200e5c/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-b3d2de9-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-4200e5c-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 ba7453b9c..7ff820538 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,5 +1,20 @@ -# Changelog since v1.0.0 +# Changelog since v1.0.1 -2019/10/31 18:31 UTC - [b3d2de9](https://github.com/hassio-addons/addon-vscode/commit/b3d2de989aa3c1026c65e47f11a20d3c1f73ca59) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades code-server to 2.1665-vsc1.39.2 +2019/11/02 19:58 UTC - [4200e5c](https://github.com/hassio-addons/addon-vscode/commit/4200e5c32e4d82c657c265015d96a6644ab578dc) by [@frenck](https://github.com/frenck) +> :sparkles: Adds support for ESPHome + +2019/11/02 19:58 UTC - [aadbcc0](https://github.com/hassio-addons/addon-vscode/commit/aadbcc05f92f447a18800a9a663deb5ee912bd20) by [@frenck](https://github.com/frenck) +> :sparkles: Adds the ErrorLens extension + +2019/11/02 19:58 UTC - [ea0f635](https://github.com/hassio-addons/addon-vscode/commit/ea0f63548c43237daca77c19724b96883dabc0b5) by [@frenck](https://github.com/frenck) +> :sparkles: Adds support for syntax highlighting on Home Assistant log files + +2019/11/02 19:58 UTC - [5a08445](https://github.com/hassio-addons/addon-vscode/commit/5a0844560acf9e7fdb97872883dffbc3970c6822) by [@frenck](https://github.com/frenck) +> :sparkles: Adds vscode icons pack + +2019/11/02 19:58 UTC - [6579d63](https://github.com/hassio-addons/addon-vscode/commit/6579d636826aa236b1ead21815184fe5cda40b0c) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades lukas-tr.materialdesignicons-intellisense to 1.5.6 + +2019/11/02 19:58 UTC - [1e74d5e](https://github.com/hassio-addons/addon-vscode/commit/1e74d5ed71ccefbca499b68ceeb6a908ae54b9d7) by [@frenck](https://github.com/frenck) +> :sprakles: Adds ping commandline util diff --git a/vscode/README.md b/vscode/README.md index fe78f9805..3b509946e 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/b3d2de9/README.md +[docs]: https://github.com/hassio-addons/addon-vscode/blob/4200e5c/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-b3d2de9-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/b3d2de9 +[release-shield]: https://img.shields.io/badge/version-4200e5c-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/4200e5c [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 ebaffe6a3..995af7ccf 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "b3d2de9", + "version": "4200e5c", "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",