mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-03 18:51:32 +00:00
⬆️ Updating add-on Studio Code Server to 645fdbb
This commit is contained in:
parent
f0ffe60217
commit
c867f2a3e7
7 changed files with 21 additions and 21 deletions
|
@ -921,10 +921,10 @@ SOFTWARE.
|
|||
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/4345ddc
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/4345ddc/README.md
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/645fdbb
|
||||
[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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# 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 lukas-tr.materialdesignicons-intellisense to 3.3.0 (#346)
|
||||
- ⬆️ Upgrades esbenp.prettier-vscode to 9.0.0 (#345)
|
||||
|
|
|
@ -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
|
||||
configuration directly from your web browser and can be embedded straight
|
||||
into the Home Assistant frontend UI.
|
||||
|
||||
Visual Studio Code runs as a remote server using `code-server`, and is a
|
||||
fully fledged VSCode experience.
|
||||
This add-on runs [code-server](https://github.com/cdr/code-server), which
|
||||
gives you a Visual Studio Code experience straight from the browser. It allows
|
||||
you to edit your Home Assistant configuration directly from your web browser,
|
||||
directly from within the Home Assistant frontend.
|
||||
|
||||
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
|
||||
|
@ -16,12 +14,12 @@ instantly, without the need for configuring anything.
|
|||
The installation of this add-on is pretty straightforward and not different in
|
||||
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.
|
||||
1. Start the "Visual Studio Code" add-on.
|
||||
1. Check the logs of the "Visual Studio Code" add-on to see if everything went
|
||||
1. Start the "Studio Code Server" add-on.
|
||||
1. Check the logs of the "Studio Code Server" add-on to see if everything went
|
||||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
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!
|
||||
|
||||
|
@ -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-4345ddc-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/4345ddc
|
||||
[release-shield]: https://img.shields.io/badge/version-645fdbb-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/645fdbb
|
||||
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png
|
|
@ -1,8 +1,8 @@
|
|||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
description: Fully featured VSCode experience, to edit your HA config in the browser,
|
||||
including auto-completion!
|
||||
description: Fully featured Visual Studio Code (VSCode) experience integrated in the
|
||||
Home Assistant frontend.
|
||||
hassio_api: true
|
||||
hassio_role: manager
|
||||
homeassistant_api: true
|
||||
|
@ -18,7 +18,7 @@ map:
|
|||
- media:rw
|
||||
- share:rw
|
||||
- backup:rw
|
||||
name: Visual Studio Code
|
||||
name: Studio Code Server
|
||||
options:
|
||||
init_commands: []
|
||||
packages: []
|
||||
|
@ -37,4 +37,4 @@ slug: vscode
|
|||
startup: services
|
||||
uart: true
|
||||
url: https://github.com/hassio-addons/addon-vscode
|
||||
version: 4345ddc
|
||||
version: 645fdbb
|
||||
|
|
BIN
vscode/icon.png
BIN
vscode/icon.png
Binary file not shown.
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 13 KiB |
BIN
vscode/logo.png
BIN
vscode/logo.png
Binary file not shown.
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 13 KiB |
Loading…
Add table
Add a link
Reference in a new issue