-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Launch configurations are not available for running #8987
Labels
bug
bugs found in the application
debug
issues that related to debug functionality
Team: Che-Editors
issues regarding the che-editors team
Milestone
Comments
RomanNikitenko
added
bug
bugs found in the application
debug
issues that related to debug functionality
labels
Jan 26, 2021
Theia has similar problem for Global launch configurations, please see #8830 (comment) |
12 tasks
azatsarynnyy
added
che/current-sprint
issues taken to the current sprint by Che teams
Team: Che-Editors
issues regarding the che-editors team
labels
Apr 1, 2021
azatsarynnyy
added
che/next-sprint
issues are planned for the next sprint by Che teams
and removed
che/current-sprint
issues taken to the current sprint by Che teams
labels
Apr 8, 2021
8 tasks
azatsarynnyy
added
che/current-sprint
issues taken to the current sprint by Che teams
and removed
che/next-sprint
issues are planned for the next sprint by Che teams
labels
Apr 14, 2021
azatsarynnyy
added
the
che/next-sprint
issues are planned for the next sprint by Che teams
label
Apr 27, 2021
11 tasks
14 tasks
azatsarynnyy
removed
the
che/next-sprint
issues are planned for the next sprint by Che teams
label
May 26, 2021
azatsarynnyy
added
the
che/next-sprint
issues are planned for the next sprint by Che teams
label
Jun 10, 2021
10 tasks
azatsarynnyy
removed
the
che/next-sprint
issues are planned for the next sprint by Che teams
label
Jun 16, 2021
2 tasks
azatsarynnyy
added
the
che/next-sprint
issues are planned for the next sprint by Che teams
label
Jun 30, 2021
azatsarynnyy
removed
the
che/next-sprint
issues are planned for the next sprint by Che teams
label
Jul 2, 2021
1 task
azatsarynnyy
added
che/next-sprint
issues are planned for the next sprint by Che teams
and removed
che/current-sprint
issues taken to the current sprint by Che teams
che/next-sprint
issues are planned for the next sprint by Che teams
labels
Jul 22, 2021
azatsarynnyy
added
the
che/next-sprint
issues are planned for the next sprint by Che teams
label
Sep 3, 2021
azatsarynnyy
removed
the
che/next-sprint
issues are planned for the next sprint by Che teams
label
Sep 10, 2021
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
bugs found in the application
debug
issues that related to debug functionality
Team: Che-Editors
issues regarding the che-editors team
Bug Description:
I faced with the issue that under certain conditions launch configurations are not available for running from
Debug
panel - they are not displayed in the list.The first use case is: user has some debug configurations defined in
someProject/.theia/launch.json
filetheia.theia-workspace
file - so workspace launch configurationsThe current behavior:
someProject/.theia/launch.json
file are available for runningtheia.theia-workspace
file are NOT available for runningThe second use case is: user has some debug configurations defined in
someProject/.theia/launch.json
filesomeProject/.vscode/launch.json
fileThe current behavior: configurations from
someProject/.theia/launch.json
file only are available for running.About second use case I'm not sure - maybe it's expected behavior and user should keep launch configurations either
.vscode/launch.json
either.theia/launch.json
file.But
workspace
configurations should be available for running and don't depend on existence of configs in.theia/launch.json
fileSteps to Reproduce:
yourProject/.theia/launch.json
fileDebug
panel and check if theworkspace
level configs are available for runningyourProject/.theia/launch.json
fileDebug
panel and check again if theworkspace
level configs are available for runningExample of workspace config file with launch configurations:
Additional Information
The text was updated successfully, but these errors were encountered: