You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to get extensions from a custom marketplace, the FAQ suggest to set two environment variables: $SERVICE_URL and $ITEM_URL. In my experience these are ignored by code-server.
It turns out you can still achieve this is editing the file: code-server/lib/vscode/product.json
Copying the extension related settings from another product.json like this one for example provided me with all the updated extensions.