I am trying to understand the code lens feature and one of the steps includes a sample for a custom UI that is displayed when its clicked. However, when I try to visualize the custom UI it doesn't appear to work as expected. Instead it shows an empty box.
Reproduction
- Pull latest from VSExtensibility
- Build Solution and run "Current Instance [Visual Studio Community 2022]"
- Navigate to a solution
- Click on the new CodeLens tag "Occurrences of 'return': X" that is on a method.
a) Clicking on the popout doesn't change anything either.
Expected: A custom UI Pop Up that allows you to change the searched for word.
Actual:
