|
I want to add some more items into the |
Answered by
71
Jan 10, 2022
Replies: 1 comment 1 reply
|
Dance settings are merged, so you can just write "dance.menus": {
"goto": {
"items": {
"A": {
"text": "to last buffer...",
"command": "workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup",
},
},
},
}, |
1 reply
Answer selected by
leira
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dance settings are merged, so you can just write