Skip to content

How to extend g menu without duplicate the whole menu in settings.json? #235

Answered by 71
leira asked this question in Q&A
Discussion options

You must be logged in to vote

Dance settings are merged, so you can just write

"dance.menus": {
    "goto": {
        "items": {
            "A": {
                "text": "to last buffer...",
                "command": "workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup",
            },
        },
    },
},

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tshort
Comment options

Answer selected by leira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants