-
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
Build the tasks
command API (.gitpod.yml) into JetBrains integration
#6525
Comments
This will require some investigation, and discussions with JetBrains. @akosyakov can help here. |
I started looking into it today and will leave here some notes as reminders for later: On jetbrains/backend-plugin, we should mimic what we're doing on openvscode-server's registerTask method (see usage example). For this, we need to use JB's TerminalView (which is part of the built-in plugin Terminal) and the TerminalServiceGrpc. |
@loujaybee, do you think we can close this, now that #9443 has been merged? |
yes, let's close it |
In Gitpod a user can specify tasks which are shell scripts executed on workspace container startup. We would like to allow users to interact with their terminal using the commands they specific in their
tasks
command them from within the thin client. In VS Code we are using pseudo terminal API allowing to connect tasks.See: Internal link
The text was updated successfully, but these errors were encountered: