mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 20:21:32 +00:00
⬆️ Updating add-on Visual Studio Code to d0860f7
This commit is contained in:
parent
171a5479db
commit
afb5fe9e11
4 changed files with 11 additions and 11 deletions
|
@ -1045,10 +1045,10 @@ SOFTWARE.
|
|||
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.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/eaf5f5b
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/eaf5f5b/README.md
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/d0860f7
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/d0860f7/README.md
|
||||
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-eaf5f5b-blue.svg
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-d0860f7-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,3 +1,3 @@
|
|||
2019/03/26 12:10 UTC - [eaf5f5b](https://github.com/hassio-addons/addon-vscode/commit/eaf5f5b9e3021b1e092802caf8308169c08d37c7) by [@frenck](https://github.com/frenck)
|
||||
> :ambulance: Fixes missing workspace.json log spam
|
||||
2019/03/26 20:46 UTC - [d0860f7](https://github.com/hassio-addons/addon-vscode/commit/d0860f71745f3bce3cb3491f39ac76c0bf8b2878) by [@frenck](https://github.com/frenck)
|
||||
> :books: Documentation improvements
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ configuration straight from the 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 fletched VSCode experience.
|
||||
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
|
||||
|
@ -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/eaf5f5b/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-vscode/blob/d0860f7/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-eaf5f5b-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/eaf5f5b
|
||||
[release-shield]: https://img.shields.io/badge/version-d0860f7-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/d0860f7
|
||||
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Visual Studio Code",
|
||||
"version": "eaf5f5b",
|
||||
"version": "d0860f7",
|
||||
"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",
|
||||
|
@ -27,7 +27,7 @@
|
|||
],
|
||||
"options": {
|
||||
"password": "",
|
||||
"ssl": false,
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"packages": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue