-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
debugissues that related to debug functionalityissues that related to debug functionalityhelp wantedissues meant to be picked up, require helpissues meant to be picked up, require helptoolbarissues related to the toolbarissues related to the toolbarvscodeissues related to VSCode compatibilityissues related to VSCode compatibility
Description
VS Code added a new contribution for editor toolbar icons: "editor/title/run" and encouraged extensions to move their Run/Debug icons to them:
As a consequence, these buttons have disappeared from Theia, as it doesn't read commands from there.
Pushing them onto the front of editor/title commands may be an easy fix to support them, though VS Code goes a little further and collapses them into a single button with a drop-down menu:
Example definition: https://github.com/Dart-Code/Dart-Code/blob/393763bc887dce42953646e3ea7381060beefd93/package.json#L1059-L1071
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
debugissues that related to debug functionalityissues that related to debug functionalityhelp wantedissues meant to be picked up, require helpissues meant to be picked up, require helptoolbarissues related to the toolbarissues related to the toolbarvscodeissues related to VSCode compatibilityissues related to VSCode compatibility
