From db1a9c8fd5aa5dc58f0a1a76d0816fd88908b0f5 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 9 Nov 2021 18:18:36 +0000 Subject: [PATCH] :arrow_up: Updating add-on Visual Studio Code to 3a7923b --- README.md | 6 +++--- vscode/CHANGELOG.md | 1 + vscode/README.md | 4 ++-- vscode/config.json | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 35a94ab27..5d697c995 100644 --- a/README.md +++ b/README.md @@ -1025,10 +1025,10 @@ SOFTWARE. [bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [bitwarden-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [bitwarden-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/a1d9be8 -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/a1d9be8/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/3a7923b +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/3a7923b/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-a1d9be8-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-3a7923b-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 5c6740ea0..606f2c8a7 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v3.6.2 +- Switch to centralized GitHub Action Workflows (#339) - ⬆️ Upgrades mariadb-client to 1:10.5.12-0+deb11u1 (#338) - ⬆️ Upgrades locales to 2.31-13+deb11u2 (#337) - ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#330) diff --git a/vscode/README.md b/vscode/README.md index a67a57bc9..ce600121e 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-a1d9be8-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/a1d9be8 +[release-shield]: https://img.shields.io/badge/version-3a7923b-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/3a7923b [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 5f34b6292..f2690de0c 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "a1d9be8", + "version": "3a7923b", "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",