Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 371 Bytes

usage.md

File metadata and controls

17 lines (12 loc) · 371 Bytes

Usage

How to share extensions with code-server

When you install extensions remotely with VSCode, they are stored on the machine here:

~/.vscode-server/extensions

If you're using code-server and want to use those same extensions, you can use the --extensions-dir flag like so:

code-server --extensions-dir ~/.vscode-server/extensions