-
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
User defined Che launch commands should be exported in a launch.json file #12711
Comments
Look like for implement this task we need to change commands description in Eclipse Che API. It because in Che we just have command line but in Theia (VS Code) command launch procedure depends on Extension logic. |
@vparfonov breaking the API for Che 7 is not a problem but we need to document the change and communicate it in che-dev. You don't provide much information about the solution ("we need to change commands description") but it's important to decouple the solution from Theia: I mean Theia is one editor, Che may have other editors. Che command abstraction should work with any editors. |
Description
Currently, when a user defines a debug command (in a
devfile
or from the Che dashboard), he won't be able to run it from Theia Debug menu.Solving this issue requires to solve #12710 first.
The text was updated successfully, but these errors were encountered: