Skip to content

Commit

Permalink
⬆️ Updating add-on vscode to 4129ee7
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Aug 21, 2024
1 parent e3e4c0b commit 3d79226
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ Thank you for being involved!

We are currently not accepting third party add-ons to this repository.

[addon-vscode]: https://github.com/finleyfamily/hass-addon-vscode/tree/9e458cc
[addon-doc-vscode]: https://github.com/finleyfamily/hass-addon-vscode/blob/9e458cc/README.md
[addon-vscode]: https://github.com/finleyfamily/hass-addon-vscode/tree/4129ee7
[addon-doc-vscode]: https://github.com/finleyfamily/hass-addon-vscode/blob/4129ee7/README.md
[vscode-issue]: https://github.com/finleyfamily/hass-addon-vscode/issues
[vscode-version-shield]: https://img.shields.io/badge/version-9e458cc-blue.svg
[vscode-version-shield]: https://img.shields.io/badge/version-4129ee7-blue.svg
[vscode-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.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
Expand Down
2 changes: 1 addition & 1 deletion vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- remove digests for ghcr.io/hassio-addons/debian-base
- fix README template, change icon
43 changes: 43 additions & 0 deletions vscode/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Home Assistant Add-on: vscode

[![release][release-shield]][release]
![project stage][project-stage-shield]
![maintenance][maintenance-shield]
![license][license-shield]

A [Home Assistant] add-on for vscode ([code-server]) with build-in support for SSH.

This add-on combines elements of of [hassio-addons/addon-ssh] and [hassio-addons/addon-vscode] to create an all-in-one addition to your [Home Assistant] server.

## About

This add-on runs Visual Studio Code, allowing you to edit your [Home Assistant] configuration straight from the web browser, embedded straight into the [Home Assistant] frontend UI, or via SSH.

Visual Studio Code runs as a remote server using [code-server], and is a full fledged vscode experience.

## WARNING! THIS IS AN EDGE VERSION!

This Home Assistant Add-ons repository contains edge builds of add-ons.
Edge builds add-ons are based upon the latest development version.

- They may not work at all.
- They might stop working at any time.
- They could have a negative impact on your system.

This repository was created for:

- Anybody willing to test.
- Anybody interested in trying out upcoming add-ons or add-on features.
- Developers.

If you are more interested in stable releases of our add-ons: <https://github.com/finleyfamily/hass-repository>

[code-server]: https://github.com/coder/code-server
[hassio-addons/addon-ssh]: https://github.com/hassio-addons/addon-ssh
[hassio-addons/addon-vscode]: https://github.com/hassio-addons/addon-vscode
[home assistant]: https://www.home-assistant.io/
[license-shield]: https://img.shields.io/github/license/finleyfamily/hass-addon-vscode.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-4129ee7-blue.svg
[release]: https://github.com/finleyfamily/hass-addon-vscode/tree/4129ee7
2 changes: 1 addition & 1 deletion vscode/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ startup: services
uart: true
url: https://github.com/finleyfamily/hass-addon-vscode
usb: true
version: 9e458cc
version: 4129ee7
image: ghcr.io/finleyfamily/hass-addon-vscode/{arch}
Binary file modified vscode/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d79226

Please sign in to comment.