mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on Visual Studio Code to a1bbf10
This commit is contained in:
parent
ec4adcb479
commit
9dbf7a42f9
4 changed files with 20 additions and 14 deletions
|
@ -1095,10 +1095,10 @@ SOFTWARE.
|
|||
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/62e959d
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/62e959d/README.md
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/a1bbf10
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/a1bbf10/README.md
|
||||
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-62e959d-blue.svg
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-a1bbf10-blue.svg
|
||||
[vscode-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/vscode-amd64.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
|
||||
|
|
|
@ -1,23 +1,29 @@
|
|||
# Changelog since v0.3.0
|
||||
|
||||
2019/04/19 10:34 UTC - [62e959d](https://github.com/hassio-addons/addon-vscode/commit/62e959d3144d5464cbf7757f63cf9e598737fb7f) by [@hjanum](https://github.com/hjanum)
|
||||
2019/04/19 16:18 UTC - [a1bbf10](https://github.com/hassio-addons/addon-vscode/commit/a1bbf10f65fa48e1f18ab1649e3cd6dc219a849e) by [@frenck](https://github.com/frenck)
|
||||
> :books: Updates README about section to match latest changes
|
||||
|
||||
2019/04/19 16:18 UTC - [bf63c46](https://github.com/hassio-addons/addon-vscode/commit/bf63c46cc6f863cd29e3b9ebee0d3e977f630e1a) by [@frenck](https://github.com/frenck)
|
||||
> :sparkles: Adds user configuration upgrade method
|
||||
|
||||
2019/04/19 16:18 UTC - [62e959d](https://github.com/hassio-addons/addon-vscode/commit/62e959d3144d5464cbf7757f63cf9e598737fb7f) by [@hjanum](https://github.com/hjanum)
|
||||
> :sparkles: Adds *.dash extension for YAML (#24)
|
||||
|
||||
Added dash extension for YAML
|
||||
|
||||
2019/04/19 10:34 UTC - [54a2ca7](https://github.com/hassio-addons/addon-vscode/commit/54a2ca7a3462d12f6b196bf257c8774db27daf52) by [@riemers](https://github.com/riemers)
|
||||
2019/04/19 16:18 UTC - [54a2ca7](https://github.com/hassio-addons/addon-vscode/commit/54a2ca7a3462d12f6b196bf257c8774db27daf52) by [@riemers](https://github.com/riemers)
|
||||
> :sparkles: Adds vscode YAML extension (#26)
|
||||
|
||||
* Update to use !items in yaml
|
||||
|
||||
* Add yaml checker
|
||||
|
||||
2019/04/19 10:34 UTC - [ecab453](https://github.com/hassio-addons/addon-vscode/commit/ecab453e8bda015d6c1546526be93822cb8da5f2) by [@timmo001](https://github.com/timmo001)
|
||||
2019/04/19 16:18 UTC - [ecab453](https://github.com/hassio-addons/addon-vscode/commit/ecab453e8bda015d6c1546526be93822cb8da5f2) by [@timmo001](https://github.com/timmo001)
|
||||
> :hammer: Add disable telemetry as an option
|
||||
|
||||
2019/04/19 10:34 UTC - [cefcf7b](https://github.com/hassio-addons/addon-vscode/commit/cefcf7b0ba300179094b2f756bc7b70a634069bc) by [@timmo001](https://github.com/timmo001)
|
||||
2019/04/19 16:18 UTC - [cefcf7b](https://github.com/hassio-addons/addon-vscode/commit/cefcf7b0ba300179094b2f756bc7b70a634069bc) by [@timmo001](https://github.com/timmo001)
|
||||
> :hammer: Adds disable telemetry flag
|
||||
|
||||
2019/04/19 10:34 UTC - [bacec0d](https://github.com/hassio-addons/addon-vscode/commit/bacec0d21face130420f671b9ac52e762edd3acc) by [@timmo001](https://github.com/timmo001)
|
||||
2019/04/19 16:18 UTC - [bacec0d](https://github.com/hassio-addons/addon-vscode/commit/bacec0d21face130420f671b9ac52e762edd3acc) by [@timmo001](https://github.com/timmo001)
|
||||
> :arrow_up: Update code server to 1.868-vsc1.33.1
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@ into the Home Assistant frontend UI.
|
|||
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 and MDI icons extensions pre-installed
|
||||
and pre-configured right out of the box. This means that autocompletion works
|
||||
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.
|
||||
|
||||
[Click here for the full documentation][docs]
|
||||
|
@ -50,13 +50,13 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-vscode/blob/62e959d/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-vscode/blob/a1bbf10/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-62e959d-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/62e959d
|
||||
[release-shield]: https://img.shields.io/badge/version-a1bbf10-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/a1bbf10
|
||||
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Visual Studio Code",
|
||||
"version": "62e959d",
|
||||
"version": "a1bbf10",
|
||||
"slug": "vscode",
|
||||
"description": "Fully featured VSCode experience, to edit your HA config in the browser, including auto-completion!",
|
||||
"url": "https://github.com/hassio-addons/addon-vscode",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue