Replies: 2 comments
-
|
Thank you for this feature request! I opened #13374 to track and prioritize this. You might also be interested in checking out #13098; the new |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks Julia! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was able to add custom items in the context menu for the code editor context (something like what was requested in #13101), by creating an extension:

I did this with the `editor/context` in menus:
Now I would like to do the same for the Session>Variables context - but I don't know if the corresponding context is defined/available at all. I looked at the "contributes.menus" in the VS code documentation and I don't see anything relevant.
Beta Was this translation helpful? Give feedback.
All reactions