mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on VSCode Remote to 612620b
This commit is contained in:
parent
1448e9db47
commit
f8be21acfb
4 changed files with 8 additions and 16 deletions
|
@ -1099,10 +1099,10 @@ SOFTWARE.
|
||||||
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[unifi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[unifi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-vscode-remote]: https://github.com/hassio-addons/addon-vscode-remote/tree/244adf4
|
[addon-vscode-remote]: https://github.com/hassio-addons/addon-vscode-remote/tree/612620b
|
||||||
[addon-doc-vscode-remote]: https://github.com/hassio-addons/addon-vscode-remote/blob/244adf4/README.md
|
[addon-doc-vscode-remote]: https://github.com/hassio-addons/addon-vscode-remote/blob/612620b/README.md
|
||||||
[vscode-remote-issue]: https://github.com/hassio-addons/addon-vscode-remote/issues
|
[vscode-remote-issue]: https://github.com/hassio-addons/addon-vscode-remote/issues
|
||||||
[vscode-remote-version-shield]: https://img.shields.io/badge/version-244adf4-blue.svg
|
[vscode-remote-version-shield]: https://img.shields.io/badge/version-612620b-blue.svg
|
||||||
[vscode-remote-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[vscode-remote-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[vscode-remote-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[vscode-remote-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[vscode-remote-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[vscode-remote-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,9 +1 @@
|
||||||
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 (#12)
|
- Update add-on configuration for Supervisor 2021.2 (#13)
|
||||||
|
|
||||||
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.15 to v3.0.16.
|
|
||||||
- [Release notes](https://github.com/actions/stale/releases)
|
|
||||||
- [Commits](https://github.com/actions/stale/compare/v3.0.15...9d6f46564a515a9ea11e7762ab3957ee58ca50da)
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
|
|
|
@ -45,5 +45,5 @@ 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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-244adf4-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-612620b-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-vscode-remote/tree/244adf4
|
[release]: https://github.com/hassio-addons/addon-vscode-remote/tree/612620b
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "VSCode Remote",
|
"name": "VSCode Remote",
|
||||||
"version": "244adf4",
|
"version": "612620b",
|
||||||
"slug": "vscode-remote",
|
"slug": "vscode-remote",
|
||||||
"description": "VSCode Remote access to Home Assistant",
|
"description": "VSCode Remote access to Home Assistant",
|
||||||
"url": "https://github.com/hassio-addons/addon-vscode-remote",
|
"url": "https://github.com/hassio-addons/addon-vscode-remote",
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
"armv7",
|
"armv7",
|
||||||
"i386"
|
"i386"
|
||||||
],
|
],
|
||||||
"auto_uart": true,
|
"uart": true,
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "manager",
|
"hassio_role": "manager",
|
||||||
"homeassistant_api": true,
|
"homeassistant_api": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue