Skip to content

Commit 881bc4e

Browse files
authored
Add Remote Tunnel installation script
1 parent c251648 commit 881bc4e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ brew bundle dump --describe --force --file="/your/path/to/Brewfile" # backup
4747
brew bundle install --file="/your/path/to/Brewfile" # restore
4848
```
4949

50+
## Enable Remote Tunnel
51+
52+
If you want to enable `Remote Tunnel` provided by Visual Studio Code, simply run the following command.
53+
54+
`curl -sSL https://raw.githubusercontent.com/arctan95/codespaces/HEAD/.devcontainer/local-features/remote-tunnel/install-vscode-cli.sh | sudo bash`
55+
56+
Refer to [Remote Tunnels](https://code.visualstudio.com/docs/remote/tunnels) for more details.
57+
5058
## Customization
5159
You can edit the [config.toml](config.toml) file to customize your settings.
5260

0 commit comments

Comments
 (0)