Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: two-way binary sharing between sidecars/CLI containers #18249

Closed
gattytto opened this issue Oct 30, 2020 · 3 comments
Closed

FR: two-way binary sharing between sidecars/CLI containers #18249

gattytto opened this issue Oct 30, 2020 · 3 comments
Labels
area/plugins kind/enhancement A feature request - must adhere to the feature request template. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@gattytto
Copy link

gattytto commented Oct 30, 2020

in Haskell sidecar one of the plugin extensions (hdx4vsc debug adapter) creates a .sh script at runtime and runs it to stablish a debug session, without the need of this .sh to be marked as +x in the sidecar filesystem. this is nice because nothing needs to be fixed in the extension wether it's running in actual windows vscode or theia.

now the other way around, while running a debug session in the same haskell sidecar, ghci app manages the runtime provided to the debug adapter and it has a :edit command so .hs haskell files within the debug session can be sent to an editor. Naturally the sidecar editor can be vim or any other terminal editor but we need to be able to set theia as the default "editor" within the sidecar and also capture any extra hint or automated action like a "go to" specific part of the file when the action is taken from the sidecar terminal to an editor binary.

sidecars exist to cover the assumption in vscode extensions that all the needed binaries are available. in the same way there is the need to intercept stuff from the language-servers and other cli apps that expect to be running in the same context as the code editor as a binary app for interaction.

image
image

this could be considered the other way around of this one issue

@gattytto gattytto added the kind/enhancement A feature request - must adhere to the feature request template. label Oct 30, 2020
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Oct 30, 2020
@ericwill ericwill added area/plugins and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Nov 2, 2020
@tsmaeder
Copy link
Contributor

@gattytto if you can tell the involved parties where the binary is created, you can locate it in a shared folder (/projects). Not an option?

@gattytto
Copy link
Author

I'd like to be able to send files to theia from sidecar containers having theia set as the default editor to those terminals, as long as the content being sent from the sidecaR/cli to theia is available to the theia container.

@che-bot
Copy link
Contributor

che-bot commented Sep 2, 2021

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.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 2, 2021
@che-bot che-bot closed this as completed Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugins kind/enhancement A feature request - must adhere to the feature request template. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

4 participants