-
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 behavior for setting up Java Debugger is not clear #14282
Comments
@slemeur We need to here your thoughts, on my opinion this is very strange behavior and I would consider it as bug |
@tsmaeder Are we doing something wrong here? |
This issue is probably kind of blocker for #14248 |
@musienko-maxim Could you explain what you mean by "the debugger configuration does not apply"? |
@musienko-maxim the issue is assigned, so please put a milestone based on the team priorities |
I assigned it because I'm waiting for feedback. |
Caveat here: I'm not perfectly clear on how e2e tests currently work. I've tried running the devfile in the issue and it seems to be quite different from the flow I'm used to on Che.
As an aside, is there a reason the images in this devfile are non-standard? Why aren't we using the patched images we'd be using for the typical spring-petclinic devfile? The image used is still plagued by long-fixed problems like
which seems quite strange to me. |
@musienko-maxim ping? |
The root cause as was mentioned by @amisevsk it is which behavior should be if a cloned project already have .vscode folder. Lets see on this with more simple sample: a user has created a workspace based on maven stack without projects. He already had .theia folder with debug config ( |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Precondition:
Steps to reproduce:
chectl workspace:start --devfile=che/e2e/files/happy-path/happy-path-workspace.yaml
The debugger configuration does not apply for the petclinic project. For correct applying of Debugger configuration we should open the project in the separate workspace:
File -> Open Workspace -> Select Petclinic project
. But after that the project context form the previous browser tab will be lost. More over after that all plugins will be initialized again. It is not obviously for a user and can confuse. As for it like a bug.Also it behavior influences on the current e2e test for che-theia, because we should implement extra steps for the opening project in the separated workspace
The related issues: #12728
The text was updated successfully, but these errors were encountered: