Open ghost opened 4 years ago
What is the latest recommendation for a sidecar image for extensions with no external dependencies?
@AndrienkoAleksandr Could you provide some recommendations here?
Yes, it was deprecated because we don't want to force users to extends from some base image: https://github.com/eclipse/che-docs/pull/1071/files I am wondering why this docs is not visible on the https://www.eclipse.org/che/docs/che-7 and we have deprecated material: https://www.eclipse.org/che/docs/che-7/using-a-visual-studio-code-extension-in-che/#choosing-the-sidecar-image_using-a-visual-studio-code-extension-in-che
Sorry, remote plugins is plenty important stuff, so I set up higher priority.
Issues go stale after 180
days of inactivity. lifecycle/stale
issues rot after an additional 7
days of inactivity and eventually close.
Mark the issue as fresh with /remove-lifecycle stale
in a new comment.
If this issue is safe to close now please do so.
Moderators: Add lifecycle/frozen
label to avoid stale mode.
The docs for using a VSCode extension in Che recommend using the sidecar image
eclipse/che-theia-endpoint-runtime
for extensions with no external dependencies: https://www.eclipse.org/che/docs/che-7/using-a-visual-studio-code-extension-in-che/#choosing-the-sidecar-image_using-a-visual-studio-code-extension-in-cheThe "che-theia-endpoint-runtime" Docker image was deprecated last October in this che-theia commit, and does not have a tag for Che versions after 7.3.
What is the latest recommendation for a sidecar image for extensions with no external dependencies?