Skip to content

Commit c2a2d8c

Browse files
authored
docs: add usage.md and /docs folder (#32)
1 parent 910bc11 commit c2a2d8c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.vscodeignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
coverage/**
55
out/**
66
src/**
7+
usage.md
78
.gitignore
89
node_modules/**
910
**/tsconfig.json

usage.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Usage
2+
3+
## How to share extensions with code-server
4+
5+
When you install extensions remotely with VSCode, they are stored on the machine
6+
here:
7+
8+
```shell
9+
~/.vscode-server/extensions
10+
```
11+
12+
If you're using code-server and want to use those same extensions, you can use
13+
the `--extensions-dir` flag like so:
14+
15+
```shell
16+
code-server --extensions-dir ~/.vscode-server/extensions
17+
```

0 commit comments

Comments
 (0)