eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.55k stars 2.46k forks source link

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

Open mvtec-richter opened 1 week ago

mvtec-richter commented 1 week ago

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

msujew commented 1 week ago

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