Skip to content

Commit

Permalink
update readme with machine explorer (#190)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>
Co-authored-by: Sam Linville <[email protected]>
  • Loading branch information
Tyler Smalley and samlinville authored Aug 11, 2023
1 parent c1ae142 commit 48f1bcc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ The Tailscale extension for VS Code brings no-hassle, secure networking alongsid

## Features

### Explore remote machines

View and interact with machines on your tailnet within VS Code. Powered by [Tailscale SSH](https://tailscale.com/tailscale-ssh/), you can remotely manage files, open terminal sessions, or attach remote VS Code sessions.

![VS Code with the Tailscale Machine Explorer expanded, showing a tailnet with a variety of services](https://raw.githubusercontent.com/tailscale-dev/vscode-tailscale/main/resources/readme/machine-explorer.png)

#### Connect to a machine in your tailnet

You can start a new terminal session or attach VS Code to a machine for remote development in one click. Hover over the machine you'd like to connect to, and click the <img alt="VS Code Terminal Icon" style="display: inline-block; max-height: 1.25em; position: relative; vertical-align: text-top;" src="https://raw.githubusercontent.com/tailscale-dev/vscode-tailscale/main/resources/readme/terminal.png"> icon to start a terminal session, or the <img alt="VS Code Remote Explorer Icon" style="display: inline-block; max-height: 1.25em; position: relative; vertical-align: text-top;" src="https://raw.githubusercontent.com/tailscale-dev/vscode-tailscale/main/resources/readme/remote-explorer.png"> icon to attach the VS Code window to the machine.

#### Edit files on a machine in your tailnet

To view and edit files on a machine in your tailnet, expand the machine and click the **File explorer** item. You must have [enabled Tailscale SSH](https://tailscale.com/kb/1193/tailscale-ssh/#configure-tailscale-ssh) on the machine in order to use the file explorer.

### Expose a port over the internet

Route traffic from the internet to a node in your tailnet to publicly share it with anyone, even if they aren’t using Taiscale.
Expand Down
Binary file added resources/readme/machine-explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/readme/remote-explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/readme/terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 48f1bcc

Please sign in to comment.