launch.json configuration not loaded properly after refreshing the page with IDE #21690
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P2
Has a minor but important impact to the usage or development of the system.
Describe the bug
For a workspace with 2 projects it is not picking the existing launch configuration if launch.json is created in the second workspace.
Che version
7.50
Steps to reproduce
Run -> Start Without Debugging
..theia/launch.json
in the second project.Run -> Start Without Debugging
without any prompts.Getting Started
tab so the same file is focused. Note, thatlaunch.json
is present.Run -> Start Without Debugging
again. Instead of executing the file it opens the existinglaunch.json
and expects for more launch configurations to be added.Expected behavior
On the step 7 it is expected to use the existing configuration and run without any additional prompts.
Runtime
other (please specify in additional context)
Screenshots
No response
Installation method
other (please specify in additional context)
Environment
Linux
Eclipse Che Logs
No response
Additional context
microK8s
chectl 7.50.0
Note: If I try to run all the same steps but for the first project in the workspace the problem doesn't reproduce.
The text was updated successfully, but these errors were encountered: