diff --git a/README.md b/README.md index 5acb11a21..345ad465d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index c6a282993..08519fb0e 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -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) diff --git a/vscode/DOCS.md b/vscode/DOCS.md index 2fbe7c373..fd2e5b840 100644 --- a/vscode/DOCS.md +++ b/vscode/DOCS.md @@ -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 diff --git a/vscode/README.md b/vscode/README.md index bd9221cd1..86ed19125 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -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 \ No newline at end of file diff --git a/vscode/config.yaml b/vscode/config.yaml index 7fac9f2fa..2fda1602f 100644 --- a/vscode/config.yaml +++ b/vscode/config.yaml @@ -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 diff --git a/vscode/icon.png b/vscode/icon.png index b3225e44d..e33d6ee30 100644 Binary files a/vscode/icon.png and b/vscode/icon.png differ diff --git a/vscode/logo.png b/vscode/logo.png index 57a2ca260..e33d6ee30 100644 Binary files a/vscode/logo.png and b/vscode/logo.png differ