-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bring my own IDE: How could i do some task from my ide ? #22812
Comments
About VS Code ![]() please provide steps to reproduce if they don't work for your case.
it's possible to run these actions from the dashboard - does it work for your case? Also you can take a look what About IDEA - maybe @azatsarynnyy could help you... |
Yes those one, and yeah it works for me. The full online work perfectly for me (and it saved my life a lot of time 🤣 )
For the basic one yeah, but the one where I need for example a restart from local devfile (because I need to update my image for example) I didn't find it on the dashboard.
Thanks for the link, I will search how it works and start to work on a possible integration 👍 Just so you understand, I want to keep the ability to handle my workspace like with the full online vscode with hybrid case (https://github.com/che-incubator/che-idea-dev-server or directly connecting my VS Code with the Kubernetes extension to the pod). And I'm thinking if it's easy to make a tiny CLI to do the basics that I will embed in my future image. |
you are right -
probably you are looking for something like: #22706 |
Yep, it could for VsCode, and for IDEA (Jetbrains gateway) I would just reproduce it. To direct connect into my pod, I use the “join from vscode” provided in the Kubernetes extension when you right-click a pod. Does the extension force the usage of ssh ? |
Hi, I'm back a little more than a month later. The process that I intend to set up:
|
yes, it's defined here |
Thanks, I think I will go with a default value then |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Summary
Hi,
For some time, I've been using my eclipse Che instance with my own IDE (IDEA or VsCode, for the case where I have my own computer on me). I had a case where I wanted to stop/restart from local devfile and ended up unable to do so. Is there a way to trigger those restart from my own IDEA (or vscode) installed on my computer ? If so, does creating a Task File to make those automatic seems a good idea ? I also started translating my command into idea's own command so it could be a solution.
Relevant information
No response
The text was updated successfully, but these errors were encountered: