-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Theia has similar problem for Global launch configurations, please see #8830 (comment) |
12 tasks
8 tasks
11 tasks
14 tasks
10 tasks
2 tasks
1 task
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: