getContributions runs on hover events, editor changes, and settings changes. On each event, it evaluates context key expressions against the given context. We should look for ways to optimize this process so we can fearlessly deduplicate menu items as described in #24641.
Low-medium priority since the performance impact isn't currently perceptible.
getContributions
runs on hover events, editor changes, and settings changes. On each event, it evaluates context key expressions against the given context. We should look for ways to optimize this process so we can fearlessly deduplicate menu items as described in #24641.Low-medium priority since the performance impact isn't currently perceptible.