From 595157fa83d83806dcfd685793d5d3ad95f50aa3 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 5 May 2021 08:00:16 +0000 Subject: [PATCH] :arrow_up: Updating add-on Visual Studio Code to 5aaf9db --- README.md | 6 +++--- vscode/CHANGELOG.md | 2 ++ vscode/README.md | 4 ++-- vscode/config.json | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f9b363bf0..231a0adcc 100644 --- a/README.md +++ b/README.md @@ -1025,10 +1025,10 @@ SOFTWARE. [vscode-remote-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [vscode-remote-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [vscode-remote-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/be84d16 -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/be84d16/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/5aaf9db +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/5aaf9db/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-be84d16-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-5aaf9db-blue.svg [vscode-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [vscode-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 6d7c84c7c..09b8c8649 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog since v3.3.0 +- ⬆️ Upgrades redhat.vscode-yaml to 0.18.0 (#248) +- ⬆️ Upgrades lukas-tr.materialdesignicons-intellisense to 3.2.0 (#247) - Apply updated repository structure & CI workflow (#246) - ⬆️ Upgrades add-on base image to v4.2.0 (#245) - ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#244) diff --git a/vscode/README.md b/vscode/README.md index 60579511e..06f9055ec 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -54,6 +54,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-be84d16-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/be84d16 +[release-shield]: https://img.shields.io/badge/version-5aaf9db-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/5aaf9db [screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png \ No newline at end of file diff --git a/vscode/config.json b/vscode/config.json index f466b1c22..b86b584c7 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "be84d16", + "version": "5aaf9db", "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",