Skip to content
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

When there is no workspace, it's not possible to start debugging from the side panel #13889

Open
mvtec-richter opened this issue Jul 5, 2024 · 1 comment
Labels
debug issues that related to debug functionality

Comments

@mvtec-richter
Copy link

Bug Description:

It's not possible to start debugging from debug sidepanel, when there is no workspace

Steps to Reproduce:

  1. Make sure the current workspace is closed (File->Close Workspace)
  2. Make sure a vscode extension with debug support is installed (Python/Javascript)
  3. Open a python/javascript file with Open File...
  4. Goto debug panel

-> In the dropdown, there is no python/javascript debugger to choose from.

image

Additional Information

  • Operating System: Windows
  • Theia Version: 1.51
@msujew
Copy link
Member

msujew commented Jul 8, 2024

It makes sense that there are no debug configurations available - after all, they're loaded from the currently open workspace. However, VS Code features a view welcome widget that displays some more info based on the open file and the installed extensions:

image

@msujew msujew added the debug issues that related to debug functionality label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug issues that related to debug functionality
Projects
None yet
Development

No branches or pull requests

2 participants