mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Visual Studio Code to 45f86db
This commit is contained in:
parent
f99ab1d695
commit
b8927d907b
4 changed files with 10 additions and 43 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/5d58577
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/5d58577/README.md
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/45f86db
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/45f86db/README.md
|
||||
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-5d58577-blue.svg
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-45f86db-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,38 +1,5 @@
|
|||
# Changelog since v0.3.0
|
||||
# Changelog since v0.4.0
|
||||
|
||||
2019/04/19 17:38 UTC - [5d58577](https://github.com/hassio-addons/addon-vscode/commit/5d58577ec9f98e1d8db8e1f24718472c21208604) by [@frenck](https://github.com/frenck)
|
||||
> :shirt: Fixes JSON lint issue
|
||||
|
||||
2019/04/19 17:38 UTC - [43e6fa9](https://github.com/hassio-addons/addon-vscode/commit/43e6fa95bb300f25fbb257dbb2eef89ce1ebff57) by [@frenck](https://github.com/frenck)
|
||||
> :hammer: Tweaked default user settings for a better starting experience
|
||||
|
||||
2019/04/19 17:38 UTC - [3eb4c16](https://github.com/hassio-addons/addon-vscode/commit/3eb4c16a691aea1921a7e6a8924ae066a17ee627) by [@frenck](https://github.com/frenck)
|
||||
> :sparkles: Persist user's ZSH history across restarts
|
||||
|
||||
2019/04/19 17:38 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 17:38 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 17:38 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 17:38 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 17:38 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 17:38 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 17:38 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
|
||||
2019/04/20 12:48 UTC - [45f86db](https://github.com/hassio-addons/addon-vscode/commit/45f86db5bec71e6ba8b1301ee3f8fc136ccfdc9b) by [@timmo001](https://github.com/timmo001)
|
||||
> :arrow_up: Updates code-server to 1.903-vsc1.33.1 (#29)
|
||||
|
||||
|
|
|
@ -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/5d58577/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-vscode/blob/45f86db/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-5d58577-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/5d58577
|
||||
[release-shield]: https://img.shields.io/badge/version-45f86db-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/45f86db
|
||||
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Visual Studio Code",
|
||||
"version": "5d58577",
|
||||
"version": "45f86db",
|
||||
"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