mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on Visual Studio Code to 07c8452
This commit is contained in:
parent
d4420969c6
commit
c39fd806c3
4 changed files with 22 additions and 14 deletions
|
@ -1002,10 +1002,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/a39bf68
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/a39bf68/README.md
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/07c8452
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/07c8452/README.md
|
||||
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-a39bf68-blue.svg
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-07c8452-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,10 +1,18 @@
|
|||
# Changelog since v3.6.1
|
||||
- ⬆️ Upgrades code-server to 3.11.1 (#305)
|
||||
# Changelog since v3.6.2
|
||||
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#308)
|
||||
|
||||
* ⬆️ Upgrades code-server to 3.11.1
|
||||
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.1 to 2.1.2.
|
||||
- [Release notes](https://github.com/dessant/lock-threads/releases)
|
||||
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
|
||||
- [Commits](https://github.com/dessant/lock-threads/compare/v2.1.1...v2.1.2)
|
||||
|
||||
* Use the correct URL
|
||||
- 🏎 Enable streaming mode for Ingress (#306)
|
||||
- ⬆️ Upgrades add-on base image to v4.2.3 (#304)
|
||||
- 🚑 Fix contributing link in readme (#303)
|
||||
- 🚀 Add-on CI improvements (#302)
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: dessant/lock-threads
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
|
|
|
@ -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-a39bf68-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/a39bf68
|
||||
[release-shield]: https://img.shields.io/badge/version-07c8452-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/07c8452
|
||||
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Visual Studio Code",
|
||||
"version": "a39bf68",
|
||||
"version": "07c8452",
|
||||
"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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue