⬆️ Updating add-on Visual Studio Code to 7545927

This commit is contained in:
Community Hass.io Add-ons Bot 2020-07-09 16:03:10 +00:00
parent a07f279b2b
commit ab21a5d87c
5 changed files with 16 additions and 37 deletions

View file

@ -1206,10 +1206,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/8e6e2c9
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/8e6e2c9/README.md
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/7545927
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/7545927/README.md
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
[vscode-version-shield]: https://img.shields.io/badge/version-8e6e2c9-blue.svg
[vscode-version-shield]: https://img.shields.io/badge/version-7545927-blue.svg
[vscode-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/vscode-amd64.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

View file

@ -1,28 +1,12 @@
# Changelog since v2.2.0
- 🚑 Fix auto indent for HA files
# Changelog since v2.3.0
- 🚑 Fix extension downloads (#120)
- 🚑 Increase sleep between extension downloads
- ✏ Split add-on documentation
- ⬆ Upgrades code-server to 3.4.0
- 🚑 Fix auto indent for YAML
- 👕 Slow down fetching extensions from Marketplace a bit, to prevent rate limiting
- 🚑 Fix locales handling
- ⬆ Upgrades code-server to 3.3.1
- 🚑 Update architecture name for amd64, changed in v3.3.0
- 🚑 Remove disable-updates flag, not longer used in v3.3.0
- 🚑 Fix code-server executable path, changed in v3.3.0
- 🚑 Fix download location of code-server
- ⬆ Upgrades code-server to 3.3.0
- 🚑 Remove disable-ssh flag from code-server run
- 🚑 Ensure locales are generated
- ⬆ Upgrades usernamehw.errorlens to 3.1.1
- ⬆ Upgrades redhat.vscode-yaml to 0.8.0
- ⬆ Upgrades lukas-tr.materialdesignicons-intellisense to 2.0.2
- ⬆ Upgrades keesschollaart.vscode-home-assistant to 1.6.5
- 🔨 Implement OCI image specification on labels
- 🔨 Switch add-on from Ubuntu to Debian
- ⬆ Upgrades code-server to 3.2.0
- ⬆ Upgrades git to 1:2.17.1-1ubuntu0.7
- ⬆ Updates homeassistant_cli to v0.9.1 (#99)
- ⬆ Updates yamllint to v1.23.0 (#97)
- 🔥 Remove Renovatebot
- ⬆ Upgrades lukas-tr.materialdesignicons-intellisense to 3.0.0
- ⬆ Upgrades ESPHome.esphome-vscode to 0.3.0
- 🔒 MDI icons version to 4.5.95
- ⬆ Upgrades base image to v3.2.1
- Update README for removal of disable_telemetry config option (#110)
- ⬆️ Upgrades code-server to 3.4.1 (#112)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Fixes #107

View file

@ -35,7 +35,6 @@ packages:
- mariadb-client
init_commands:
- ls -la
disable_telemetry: false
```
**Note**: _This is just an example, don't copy and paste it! Create your own!_
@ -72,10 +71,6 @@ Customize your VSCode environment even more with the `init_commands` option.
Add one or more shell commands to the list, and they will be executed every
single time this add-on starts.
### Option: `disable_telemetry`
Disables anonymous usage telemetry data from being sent to code-server.
## Resetting your VSCode settings to the add-on defaults
The add-on updates your settings to be optimized for use with Home Assistant.

View file

@ -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-8e6e2c9-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/8e6e2c9
[release-shield]: https://img.shields.io/badge/version-7545927-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/7545927
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Visual Studio Code",
"version": "8e6e2c9",
"version": "7545927",
"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",