diff --git a/README.md b/README.md index 76281f65..585e6cb2 100644 --- a/README.md +++ b/README.md @@ -1053,10 +1053,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/v3.1.1 -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.1.1/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v3.2.0 +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.2.0/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-v3.1.1-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-v3.2.0-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 64d83df0..d28ad979 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,13 +1,16 @@ ## What’s changed +## ✨ New features + +- Common directories in /root like SSH add-on @mdegat01 (#197) + ## ⬆️ Dependency updates -- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#188) -- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#189) -- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#190) -- ⬆️ Upgrades esbenp.prettier-vscode to 5.9.2 @frenck (#191) -- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#192) -- ⬆ Upgrades add-on base image to v4.1.3 @frenck (#193) -- ⬆ Upgrades emilast.LogFileHighlighter to 2.11.0 @frenck (#195) -- ⬆ Upgrades redhat.vscode-yaml to 0.16.0 @frenck (#196) -- ⬆ Upgrades code-server to 3.9.1 @frenck (#194) +- ⬆️ Upgrades Home Assistant CLI to v4.11.0 @frenck (#198) +- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#201) +- ⬆️ Upgrades esbenp.prettier-vscode to 6.3.1 @frenck (#205) +- ⬆️ Upgrades usernamehw.errorlens to 3.2.5 @frenck (#206) +- ⬆️ Upgrades Home Assistant CLI to v4.11.2 @frenck (#204) +- ⬆️ Upgrades ESPHome.esphome-vscode to 0.13.0 @frenck (#207) +- ⬆️ Bump frenck/action-addon-linter from v2.0.0 to v2.1 @dependabot (#208) +- ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.15.0 @frenck (#209) diff --git a/vscode/DOCS.md b/vscode/DOCS.md index 4479224f..2fbe7c37 100644 --- a/vscode/DOCS.md +++ b/vscode/DOCS.md @@ -62,7 +62,9 @@ you are troubleshooting. This option allows you to override the default path the add-on will open when accessing the web interface. For example, use a different -configuration directory like `/share/myconfig` instead of `/config`. +configuration directory like `/share/myconfig` instead of `/config`. If set +to `/root` then all the common folders of HA such as `/config`, `/ssl`, +`/share`, etc. will appear as subfolders for each access. When not configured, the addon will automatically use the default: `/config` diff --git a/vscode/README.md b/vscode/README.md index e532cf57..ac2540a9 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -51,6 +51,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-v3.1.1-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.1.1 +[release-shield]: https://img.shields.io/badge/version-v3.2.0-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.2.0 [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 3a2830c7..ab238d49 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "3.1.1", + "version": "3.2.0", "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",