Description
For reference: https://code.visualstudio.com/docs/editor/profiles#_applying-an-extension-to-all-profiles
I have found some peculiar things with the implementation, which I am not sure is by design or not. But here comes one:
When working with remotes, such as remote ssh, I can see an extension in the "local" windows (greyed out) and in the remote window (not greyed out) in case it prefers to run on the remote extension host. But when I right-click on the local extension and select "Apply Extension to all Profiles" it does nothing. If I click it in the remote extension window and do the same, it gets the check mark. (But still not in the local window). As I suspect the intention behind "Apply Extension to all Profiles" is to actually apply it to all profiles, I should be able to right click and select it, so it gets selected, in all views under "Extensions".
(#188612 was also something I found needed.)