We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c251648 commit 881bc4eCopy full SHA for 881bc4e
README.md
@@ -47,6 +47,14 @@ brew bundle dump --describe --force --file="/your/path/to/Brewfile" # backup
47
brew bundle install --file="/your/path/to/Brewfile" # restore
48
```
49
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
58
## Customization
59
You can edit the [config.toml](config.toml) file to customize your settings.
60
0 commit comments