mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 04:01:25 +00:00
⬆️ Updating add-on Visual Studio Code to 8e2d022
This commit is contained in:
parent
86a8530ff5
commit
a0216d1ae5
5 changed files with 13 additions and 9 deletions
|
@ -1163,10 +1163,10 @@ SOFTWARE.
|
|||
[vscode-remote-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[vscode-remote-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[vscode-remote-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/10a21cb
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/10a21cb/README.md
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/8e2d022
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/8e2d022/README.md
|
||||
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-10a21cb-blue.svg
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-8e2d022-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,8 @@
|
|||
# Changelog since v2.9.1
|
||||
- Documentation tweaks (#165)
|
||||
- ⬆ Upgrades oderwat.indent-rainbow to 7.5.0 (#164)
|
||||
- Add zip/unzip commands (#163)
|
||||
- ⬆ Upgrades code-server to 3.8.0 (#162)
|
||||
- ⬆ Upgrades mariadb-client to 1:10.3.27-0+deb10u1 (#161)
|
||||
- Add new repository workflow (#159)
|
||||
|
||||
|
|
|
@ -125,6 +125,8 @@ will come up with a better solution for this soon.
|
|||
|
||||
## Known issues and limitations
|
||||
|
||||
- Can this add-on run on a Raspberry Pi? Yes, but only if you run a 64 bits
|
||||
operating system. Also, see point below.
|
||||
- This add-on currently only supports AMD64 and aarch64/ARM64 machines.
|
||||
Although we support ARM devices, please be aware, that this add-on is quite
|
||||
heavy to run, and requires quite a bit of RAM. We do not recommended to run
|
||||
|
@ -148,8 +150,7 @@ will come up with a better solution for this soon.
|
|||
## Changelog & Releases
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
functionality. The format of the log is based on
|
||||
[Keep a Changelog][keepchangelog].
|
||||
functionality.
|
||||
|
||||
Releases are based on [Semantic Versioning][semver], and use the format
|
||||
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||
|
@ -211,7 +212,6 @@ SOFTWARE.
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-visual-studio-code/107863?u=frenck
|
||||
[frenck]: https://github.com/frenck
|
||||
[issue]: https://github.com/hassio-addons/addon-vscode/issues
|
||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-vscode/releases
|
||||
[semver]: http://semver.org/spec/v2.0.0
|
||||
|
|
|
@ -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-10a21cb-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/10a21cb
|
||||
[release-shield]: https://img.shields.io/badge/version-8e2d022-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/8e2d022
|
||||
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Visual Studio Code",
|
||||
"version": "10a21cb",
|
||||
"version": "8e2d022",
|
||||
"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