Align location field of ProgressOptions with VS Code #8703
Labels
plug-in system
issues related to the plug-in system
Team: Che-Editors
issues regarding the che-editors team
vscode
issues related to VSCode compatibility
Milestone
At the moment it's possible to use ProgressLocation enum only as a location at which progress should show.
The goal is aligning location field to the corresponding field of VS Code to provide an opportunity to use
viewId
as progress location.Additional Information
There is a PR #8700, the solution works for main views (at least
explorer
,debug
,search
andscm
), but doesn't work for a custom view inside a custom view container: #8700 (comment).The text was updated successfully, but these errors were encountered: