From 2b903bf63971de80b19be5e72781cc895a9640dc Mon Sep 17 00:00:00 2001 From: Kyle Finley Date: Fri, 8 Nov 2024 15:31:33 -0500 Subject: [PATCH] :tada: Release of add-on vscode 1.3.0 --- README.md | 6 +++--- vscode/CHANGELOG.md | 3 ++- vscode/DOCS.md | 2 +- vscode/README.md | 4 ++-- vscode/config.yaml | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 030e0a9..78a8e3e 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ Thank you for being involved! We are currently not accepting third party add-ons to this repository. -[addon-vscode]: https://github.com/finleyfamily/hass-addon-vscode/tree/v1.2.0 -[addon-doc-vscode]: https://github.com/finleyfamily/hass-addon-vscode/blob/v1.2.0/README.md +[addon-vscode]: https://github.com/finleyfamily/hass-addon-vscode/tree/v1.3.0 +[addon-doc-vscode]: https://github.com/finleyfamily/hass-addon-vscode/blob/v1.3.0/README.md [vscode-issue]: https://github.com/finleyfamily/hass-addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-v1.3.0-blue.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 [vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index b2d67bc..0516218 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -2,4 +2,5 @@ ### 🧶 Dependencies -- install sudo @ITProKyle (#54) +- install bat @ITProKyle (#55) +- install direnv @ITProKyle (#56) diff --git a/vscode/DOCS.md b/vscode/DOCS.md index 250461d..48033fa 100644 --- a/vscode/DOCS.md +++ b/vscode/DOCS.md @@ -143,7 +143,7 @@ Please only enable it when you plan on using it. #### Option `ssh`: `username` -This option allows you to change to username the use when you log in via SSH. +This option allows you to change the username the use when you log in via SSH. It is only utilized for the authentication; you will be the `root` user after you have authenticated. Using `root` as the username is possible, but not recommended. Usernames will be converted to lower case as per recommended practices. diff --git a/vscode/README.md b/vscode/README.md index 8d2dbb7..9d62280 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -23,5 +23,5 @@ Visual Studio Code runs as a remote server using [code-server], and is a full fl [license-shield]: https://img.shields.io/github/license/finleyfamily/hass-addon-vscode.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg -[release]: https://github.com/finleyfamily/hass-addon-vscode/tree/v1.2.0 +[release-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg +[release]: https://github.com/finleyfamily/hass-addon-vscode/tree/v1.3.0 diff --git a/vscode/config.yaml b/vscode/config.yaml index acf8421..66b4b08 100644 --- a/vscode/config.yaml +++ b/vscode/config.yaml @@ -74,5 +74,5 @@ startup: services uart: true url: https://github.com/finleyfamily/hass-addon-vscode usb: true -version: 1.2.0 +version: 1.3.0 image: ghcr.io/finleyfamily/hass-addon-vscode/{arch}