🎉 Release of add-on Visual Studio Code 3.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-13 12:45:41 +00:00
parent 785ae79774
commit 84e102ecfb
4 changed files with 9 additions and 10 deletions

View file

@ -1,9 +1,8 @@
## Whats changed
## 🧰 Maintenance
- Update add-on configuration for Supervisor 2021.2 @frenck (#186)
This release has the latest code-server, which has added quite a bit of compression.
Loading up the VSCode frontend is now blazing fast 🎉
## ⬆️ Dependency updates
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#185)
- Upgrades code-server to 3.9.0 @frenck (#187)

View file

@ -35,6 +35,6 @@ instantly, without the need for configuring anything.
[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.0.3-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.0.3
[release-shield]: https://img.shields.io/badge/version-v3.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.1.0
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png

View file

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