Replies: 1 comment 2 replies
-
Hey @khanetor, Theia offers the same theia/packages/vsx-registry/src/node/vsx-cli.ts Lines 33 to 37 in b89f0f8 Alternatively, you can always just mount the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to setup a remote IDE that I can access via the internet. I am using Podman with Systemd, and every night, my system will automatically restart and pull new updates. So, all the extensions that I installed are lost.
With
code-server
, I mitigate this issue by putting in the Dockerfile the following linesWith Theia, I cannot find the equivalent command, so I have to do this instead
This works! But this is quite verbose, and imagine I have to do this for tens of extensions, it can be a lot of urls. Does anyone have another suggestion?
Beta Was this translation helpful? Give feedback.
All reactions