⬆️ Updating add-on Studio Code Server to 645fdbb

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-12 09:33:14 +00:00
parent f0ffe60217
commit c867f2a3e7
7 changed files with 21 additions and 21 deletions

View file

@ -921,10 +921,10 @@ SOFTWARE.
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[spotify-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [spotify-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/4345ddc [addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/645fdbb
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/4345ddc/README.md [addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/645fdbb/README.md
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
[vscode-version-shield]: https://img.shields.io/badge/version-4345ddc-blue.svg [vscode-version-shield]: https://img.shields.io/badge/version-645fdbb-blue.svg
[vscode-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,4 +1,6 @@
# Changelog since v3.6.2 # Changelog since v3.6.2
- Rename add-on to Studio Code Server (#349)
- ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.22.0 (#348)
- ⬆️ Upgrades Home Assistant CLI to v4.14.0 (#347) - ⬆️ Upgrades Home Assistant CLI to v4.14.0 (#347)
- ⬆️ Upgrades lukas-tr.materialdesignicons-intellisense to 3.3.0 (#346) - ⬆️ Upgrades lukas-tr.materialdesignicons-intellisense to 3.3.0 (#346)
- ⬆️ Upgrades esbenp.prettier-vscode to 9.0.0 (#345) - ⬆️ Upgrades esbenp.prettier-vscode to 9.0.0 (#345)

View file

@ -1,11 +1,9 @@
# Home Assistant Community Add-on: Visual Studio Code # Home Assistant Community Add-on: Studio Code Server
This add-on runs Visual Studio Code, allowing you to edit your Home Assistant This add-on runs [code-server](https://github.com/cdr/code-server), which
configuration directly from your web browser and can be embedded straight gives you a Visual Studio Code experience straight from the browser. It allows
into the Home Assistant frontend UI. you to edit your Home Assistant configuration directly from your web browser,
directly from within the Home Assistant frontend.
Visual Studio Code runs as a remote server using `code-server`, and is a
fully fledged VSCode experience.
The add-on has the Home Assistant, MDI icons and YAML extensions pre-installed The add-on has the Home Assistant, MDI icons and YAML extensions pre-installed
and pre-configured right out of the box. This means that auto-completion works and pre-configured right out of the box. This means that auto-completion works
@ -16,12 +14,12 @@ instantly, without the need for configuring anything.
The installation of this add-on is pretty straightforward and not different in The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Home Assistant add-on. comparison to installing any other Home Assistant add-on.
1. Search for the "Visual Studio Code" add-on in the Supervisor add-on store 1. Search for the "Studio Code Server" add-on in the Supervisor add-on store
and install it. and install it.
1. Start the "Visual Studio Code" add-on. 1. Start the "Studio Code Server" add-on.
1. Check the logs of the "Visual Studio Code" add-on to see if everything went 1. Check the logs of the "Studio Code Server" add-on to see if everything went
well. well.
1. Click the "OPEN WEB UI" button to open Visual Studio Code. 1. Click the "OPEN WEB UI" button to open Studio Code Server.
## Configuration ## Configuration

View file

@ -23,7 +23,7 @@ The add-on has the Home Assistant, MDI icons and YAML extensions pre-installed
and pre-configured right out of the box. This means that auto-completion works and pre-configured right out of the box. This means that auto-completion works
instantly, without the need for configuring anything. instantly, without the need for configuring anything.
![Visual Studio Code in the Home Assistant Frontend][screenshot] ![Studio Code Server in the Home Assistant Frontend][screenshot]
## WARNING! THIS IS AN EDGE VERSION! ## WARNING! THIS IS AN EDGE VERSION!
@ -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-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-4345ddc-blue.svg [release-shield]: https://img.shields.io/badge/version-645fdbb-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/4345ddc [release]: https://github.com/hassio-addons/addon-vscode/tree/645fdbb
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png

View file

@ -1,8 +1,8 @@
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
description: Fully featured VSCode experience, to edit your HA config in the browser, description: Fully featured Visual Studio Code (VSCode) experience integrated in the
including auto-completion! Home Assistant frontend.
hassio_api: true hassio_api: true
hassio_role: manager hassio_role: manager
homeassistant_api: true homeassistant_api: true
@ -18,7 +18,7 @@ map:
- media:rw - media:rw
- share:rw - share:rw
- backup:rw - backup:rw
name: Visual Studio Code name: Studio Code Server
options: options:
init_commands: [] init_commands: []
packages: [] packages: []
@ -37,4 +37,4 @@ slug: vscode
startup: services startup: services
uart: true uart: true
url: https://github.com/hassio-addons/addon-vscode url: https://github.com/hassio-addons/addon-vscode
version: 4345ddc version: 645fdbb

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After