Closed bfranklyn closed 6 years ago
Thanks for the suggestion @bfranklyn , maybe I can introduce a new configuration to opt them out.
https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts
Released as v1.2.0 :tada:
@ryu1kn any chance for more granularity on this setting?
Maybe something like:
"partialDiff.hideCommandsOnContextMenu": [
"SelectForCompare",
"ComparePrevious",
"CompareClipboard",
"CompareVisibleEditors",
"PreCompare"
]
or
"partialDiff.hideCommandsOnContextMenu": {
"SelectForCompare": false,
"ComparePrevious": false,
"CompareClipboard": true,
"CompareVisibleEditors": true,
"PreCompare": true
}
Or some way to keep some options, but remove others?
Hi @eamodio , sure thing. Do you mind telling me the motivation for that? e.g. You normally use only foo
and bar
; therefore only want to see them on the context menu.
Sure. I only use select and compare with previous so I'd like only those on the menu
Cool, makes sense. Thanks for clarifying it 😉