⬆️ Updating add-on Visual Studio Code to ec97a5d

This commit is contained in:
Community Hass.io Add-ons Bot 2019-05-10 17:41:27 +00:00
parent 90b7c026a6
commit c6fe7c0a6a
4 changed files with 17 additions and 14 deletions

View file

@ -1,25 +1,28 @@
# Changelog since v0.4.2
2019/05/10 17:05 UTC - [6902957](https://github.com/hassio-addons/addon-vscode/commit/69029577f8dfe8e5f8674fff00de95bb66cab578) by [@frenck](https://github.com/frenck)
2019/05/10 17:32 UTC - [ec97a5d](https://github.com/hassio-addons/addon-vscode/commit/ec97a5daeacf30291ed5fd27aa3c18e966d67e8e) by [@frenck](https://github.com/frenck)
> :sparkles: Adds vscode settings reset command
2019/05/10 17:32 UTC - [6902957](https://github.com/hassio-addons/addon-vscode/commit/69029577f8dfe8e5f8674fff00de95bb66cab578) by [@frenck](https://github.com/frenck)
> :hammer: Associates yaml file to Home Assistant by default
2019/05/10 17:05 UTC - [d57fa01](https://github.com/hassio-addons/addon-vscode/commit/d57fa012519d23b62f27c9168331cf7850b7a7e5) by [@frenck](https://github.com/frenck)
2019/05/10 17:32 UTC - [d57fa01](https://github.com/hassio-addons/addon-vscode/commit/d57fa012519d23b62f27c9168331cf7850b7a7e5) by [@frenck](https://github.com/frenck)
> :hammer: Extends file watcher exclude list
2019/05/10 17:05 UTC - [f765b61](https://github.com/hassio-addons/addon-vscode/commit/f765b617e5ce6d7a7a8488454a030922c77da036) by [@frenck](https://github.com/frenck)
2019/05/10 17:32 UTC - [f765b61](https://github.com/hassio-addons/addon-vscode/commit/f765b617e5ce6d7a7a8488454a030922c77da036) by [@frenck](https://github.com/frenck)
> :hammer: Pins versions of VSCode extensions
2019/05/10 17:05 UTC - [833ff73](https://github.com/hassio-addons/addon-vscode/commit/833ff73808e077149b11d98a22a5f606da1ba34a) by [@frenck](https://github.com/frenck)
2019/05/10 17:32 UTC - [833ff73](https://github.com/hassio-addons/addon-vscode/commit/833ff73808e077149b11d98a22a5f606da1ba34a) by [@frenck](https://github.com/frenck)
> Revert ":ambulance: Turns of Lua Resty core in Nginx"
This reverts commit 68d15ee1b1c3be148a6ca51e5efc7ece8304ef5e.
2019/05/10 17:05 UTC - [68d15ee](https://github.com/hassio-addons/addon-vscode/commit/68d15ee1b1c3be148a6ca51e5efc7ece8304ef5e) by [@frenck](https://github.com/frenck)
2019/05/10 17:32 UTC - [68d15ee](https://github.com/hassio-addons/addon-vscode/commit/68d15ee1b1c3be148a6ca51e5efc7ece8304ef5e) by [@frenck](https://github.com/frenck)
> :ambulance: Turns of Lua Resty core in Nginx
2019/05/10 17:05 UTC - [dbe3ae2](https://github.com/hassio-addons/addon-vscode/commit/dbe3ae29e8f8d79ac09516d903597e94d7714dd5) by [@frenck](https://github.com/frenck)
2019/05/10 17:32 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/05/10 17:05 UTC - [df40b6a](https://github.com/hassio-addons/addon-vscode/commit/df40b6a0f81ddc80a557bdced3244dcecadb9eeb) by [@frenck](https://github.com/frenck)
2019/05/10 17:32 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

View file

@ -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/6902957/README.md
[docs]: https://github.com/hassio-addons/addon-vscode/blob/ec97a5d/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-6902957-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/6902957
[release-shield]: https://img.shields.io/badge/version-ec97a5d-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/ec97a5d
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/master/images/screenshot.png

View file

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