🎉 Release of add-on Studio Code Server 4.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-03-23 19:12:17 +00:00
parent bd9d4dda20
commit 92ec967a66
5 changed files with 47 additions and 15 deletions

View file

@ -1,13 +1,30 @@
## Whats changed
This release updates the Home Assistant VSCode extension.
It has some nice additions, like @kubawolanin for Jinja2 Syntax highlighting! ❤️
It will make templates in your Home Assistant configuration readable!
## 🐛 Bug fixes
![image](https://user-images.githubusercontent.com/195327/149660778-eaa78e78-bf11-4f45-8439-dee3ac7909c5.png)
- 🚑 Fix build-in extensions path @frenck (#412)
Additionally, it has some small bug fixes and support for the newer configuration format for template entities.
## 🚀 Enhancements
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#405)
## 🧰 Maintenance
- 🚑 Use https instead of git protocol to fetch sources @frenck (#404)
## 📚 Documentation
- Fix typo @casperklein (#394)
- 📚 Add My buttons to documentation @frenck (#414)
## ⬆️ Dependency updates
- ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.24.0 @frenck (#373)
- ⬆️ Upgrades esbenp.prettier-vscode to 9.2.0 @frenck (#388)
- ⬆️ Upgrades add-on base image to 5.3.0 @frenck (#403)
- ⬆️ Upgrades code-server to 4.2.0 @felipecrs (#406)
- ⬆️ Upgrades emilast.LogFileHighlighter to 2.15.0 @frenck (#407)
- ⬆️ Upgrades netcorext.uuid-generator to 0.0.5 @frenck (#408)
- ⬆️ Upgrades esbenp.prettier-vscode to 9.3.0 @frenck (#409)
- ⬆️ Upgrades usernamehw.errorlens to 3.4.2 @frenck (#410)
- ⬆️ Upgrades redhat.vscode-yaml to 1.5.1 @frenck (#411)
- ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.27.0 @frenck (#413)

View file

@ -14,13 +14,23 @@ instantly, without the need for configuring anything.
The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Home Assistant add-on.
1. Search for the "Studio Code Server" add-on in the Supervisor add-on store
and install it.
1. Click the Home Assistant My button below to open the add-on on your Home
Assistant instance.
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
1. Click the "Install" button to install the add-on.
1. Start the "Studio Code Server" add-on.
1. Check the logs of the "Studio Code Server" add-on to see if everything went
well.
1. Click the "OPEN WEB UI" button to open Studio Code Server.
Home Assistant, by default, ships with the Community Add-ons store installed.
However, if it is missing (for any reason), you can add it by clicking the
button My button below.
[![Add repository to your Home Assitant instance.][repository-badge]][repository]
## Configuration
**Note**: _Remember to restart the add-on when the configuration is changed._
@ -88,7 +98,7 @@ might be destructive. However, in case you changed some things, but want to
return to the defaults as delivered by this add-on, do the following:
1. Open the Visual Studio Code editor.
1. Click on `Terminal` in the top menu bar and clik on `New Terminal`.
1. Click on `Terminal` in the top menu bar and click on `New Terminal`.
1. Execute the following command in the terminal window: `reset-settings`.
1. Done!
@ -206,6 +216,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_vscode
[contributors]: https://github.com/hassio-addons/addon-vscode/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e
[discord]: https://discord.me/hassioaddons
@ -214,5 +226,7 @@ SOFTWARE.
[issue]: https://github.com/hassio-addons/addon-vscode/issues
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-vscode/releases
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
[semver]: http://semver.org/spec/v2.0.0
[ubuntu-packages]: https://packages.ubuntu.com

View file

@ -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-v4.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v4.1.0
[release-shield]: https://img.shields.io/badge/version-v4.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v4.2.0
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png

View file

@ -1,6 +1,7 @@
arch:
- aarch64
- amd64
codenotary: codenotary@frenck.dev
description: Fully featured Visual Studio Code (VSCode) experience integrated in the
Home Assistant frontend.
hassio_api: true
@ -37,4 +38,4 @@ slug: vscode
startup: services
uart: true
url: https://github.com/hassio-addons/addon-vscode
version: 4.1.0
version: 4.2.0