If you own a marketplace that implements the VS Code Extension Gallery API, you can point code-server to it by setting$EXTENSIONS_GALLERY. This corresponds directly with theextensionsGalleryentry in in VS Code’sproduct.json.
For example, to use the legacy Coder extensions marketplace:
Though you can technically use Microsoft’s marketplace in this manner, we strongly discourage you from doing so since this isagainst their Terms of Use.
For further information, seethis discussionregarding the use of the Microsoft URLs in forks, as well asVSCodium’s docs.
How can I reuse my VS Code configuration?
You can use theSettings Syncextension for this purpose.
Alternatively, you can also pass--user-data-dir ~/.vscodeor copy~/.vscodeinto~/.local/share/code-serverto reuse your existing VS Code extensions and configuration.