I am trying configure visibility of a command within the context menu using \'visibleWhen\' expression within a menuContribution. What I am trying to do is make the command vis
I was able to get it done with a with variable that I came across. Using the same code example above:
with
activeEditorInput
Here is the new code example.
...test extensions ...test extensions