Skip to content

Commit

Permalink
Add support for VSCode Remote - SSH (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
  • Loading branch information
3 people authored Mar 26, 2023
1 parent e9c3444 commit c32c6f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ssh/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,16 @@ based on the following:
- `MINOR`: Backwards-compatible new features and enhancements.
- `PATCH`: Backwards-compatible bugfixes and package updates.

## Visual Studio Code Remote - SSH

Setting the following parameters as is shown will allow you to connect to
your Home Assistant instance using VSCode Remote - SSH:

```yaml
allow_remote_port_forwarding: true
allow_tcp_forwarding: true
```

## Support

Got questions?
Expand Down
2 changes: 2 additions & 0 deletions ssh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ RUN \
colordiff=1.0.20-r0 \
docker-bash-completion=20.10.21-r3 \
docker-zsh-completion=20.10.21-r3 \
gcompat=1.1.0-r0 \
git=2.38.4-r1 \
htop=3.2.1-r1 \
json-c=0.16-r2 \
libltdl=2.4.7-r1 \
libstdc++=12.2.1_git20220924-r4 \
libuv=1.44.2-r0 \
libxml2-utils=2.10.3-r1 \
mariadb-client=10.6.12-r0 \
Expand Down

0 comments on commit c32c6f8

Please sign in to comment.