Test: finalized editor/lineNumber/context
menu API proposal
#180730
Labels
Milestone
editor/lineNumber/context
menu API proposal
#180730
Refs: #175945
Complexity: 2
Create Issue
This milestone, we've finalized the
editor/lineNumber/context
menu API proposal. This exposes a context menu anchored to the editor line number/gutter area.Testing: Please create an extension which contributes a command to the
editor/lineNumber/context
menu and verify the usability of this context menu for extension-contributed commands. Today we expose the target line number in an argument passed to the extension command, as well as in a context keyeditorLineNumber
which can be referenced in the contribution's when clause. Also verify that you do not need to enable a proposed API for your commands to show up in the context menu, and that there are no errors/warnings about API proposals in the developer tools console.The text was updated successfully, but these errors were encountered: