We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910bc11 commit c2a2d8cCopy full SHA for c2a2d8c
.vscodeignore
@@ -4,6 +4,7 @@
4
coverage/**
5
out/**
6
src/**
7
+usage.md
8
.gitignore
9
node_modules/**
10
**/tsconfig.json
usage.md
@@ -0,0 +1,17 @@
1
+# Usage
2
+
3
+## How to share extensions with code-server
+When you install extensions remotely with VSCode, they are stored on the machine
+here:
+```shell
+~/.vscode-server/extensions
+```
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
16
+code-server --extensions-dir ~/.vscode-server/extensions
17
0 commit comments