Skip to content

Commit

Permalink
🎉 Release of add-on vscode 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Nov 8, 2024
1 parent cc6da47 commit 2b903bf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

### 🧶 Dependencies

- install sudo @ITProKyle (#54)
- install bat @ITProKyle (#55)
- install direnv @ITProKyle (#56)
2 changes: 1 addition & 1 deletion vscode/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion vscode/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 2b903bf

Please sign in to comment.