Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit db3f6cc

Browse files
committed
Expand README
1 parent acc054b commit db3f6cc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,19 @@ go get go.coder.com/sshcode
1818
1919
# Starts code-server on dev.kwc.io and opens in a new browser window.
2020
```
21+
22+
You can specify a remote directory as the second argument:
23+
24+
```bash
25+
sshcode [email protected] ~/projects/sourcegraph
26+
```
27+
28+
## Extensions & Settings Sync
29+
30+
By default, `sshcode` will `rsync` your local VS Code settings and extensions
31+
to the remote server every time you connect.
32+
33+
This operation may take a while on a slow connections, but will be fast
34+
on follow-on connections to the same server.
35+
36+
To disable this feature entirely, pass the `--skipsync` flag.

0 commit comments

Comments
 (0)