We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After removing a folder from a multi-root workspace, debug configuration associated to that folder is still present in the debug widget dropdown
The text was updated successfully, but these errors were encountered:
theia/packages/debug/src/browser/debug-configuration-manager.ts
Lines 105 to 115 in 897f7a8
My idea would be adding a callback workspaceService.onWorkspaceChanged(this.updateModels) on line 108, any thoughts?
workspaceService.onWorkspaceChanged(this.updateModels)
Sorry, something went wrong.
@Maddobun the idea seems promising, if you're interested you can contribute a pull-request where we can perform an in-depth review.
Address eclipse-theia#12663 and other improvement
56d83af
aea584f
Signed-off-by: Yifu Zhu <[email protected]>
Successfully merging a pull request may close this issue.
Bug Description:
After removing a folder from a multi-root workspace, debug configuration associated to that folder is still present in the debug widget dropdown
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: