mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-07 12:41:34 +00:00
🎉 Release of add-on Visual Studio Code 3.6.2
This commit is contained in:
parent
3ffc736036
commit
9d8312ed6c
4 changed files with 21 additions and 9 deletions
|
@ -941,10 +941,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/v3.6.1
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.6.1/README.md
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v3.6.2
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.6.2/README.md
|
||||
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-v3.6.1-blue.svg
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-v3.6.2-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
|
||||
|
|
|
@ -1,7 +1,18 @@
|
|||
## What’s changed
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- 🏎 Enable streaming mode for Ingress @frenck (#306)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🚀 Add-on CI improvements @frenck (#302)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- 🚑 Fix contributing link in readme @frenck (#303)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.21.0 @frenck (#298)
|
||||
- ⬆️ Upgrades ESPHome.esphome-vscode to 0.22.0 @frenck (#299)
|
||||
- ⬆️ Bump yamllint from 1.26.1 to 1.26.2 in /vscode @dependabot (#300)
|
||||
- ⬆️ Upgrades add-on base image to v4.2.3 @frenck (#304)
|
||||
- ⬆️ Upgrades code-server to 3.11.1 @frenck (#305)
|
||||
|
|
|
@ -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.6.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.6.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.6.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.6.2
|
||||
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png
|
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"name": "Visual Studio Code",
|
||||
"version": "3.6.1",
|
||||
"version": "3.6.2",
|
||||
"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",
|
||||
"ingress": true,
|
||||
"ingress_port": 1337,
|
||||
"ingress_stream": true,
|
||||
"panel_icon": "mdi:microsoft-visual-studio-code",
|
||||
"startup": "services",
|
||||
"init": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue