We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I want to toggle a VSC extension that hast the following format: "author.extension": [ "val1", "val2"],
"author.extension": [ "val1", "val2"],
With commands extension it does not seem to be possible to toggle this setting like follows:
[ "val1", "val2"] -> [ "val3", "val4"]
[ "val1", "val2"]
[ "val3", "val4"]
Would it be possible to get this to work somehow?
Activity