-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add submenu demo #873
Comments
You can see https://code.visualstudio.com/api/references/contribution-points#contributes.submenus for help on that. |
Hi, @andreamah thanks for your reply, I saw these references, but I still don't know how to set the parent menu and submenu, the image in the content obscures the configured code, I would rather have a simple demo that can run like this. |
Can we move forward with this question? :) |
@aeschli could you please offer a simple demo or update https://code.visualstudio.com/api/references/contribution-points#contributes.submenus to use easier |
@Simon-He95 you package contribution points should look something like this :
Then you will see something like this : |
@Ayyoub-ESSADEQ thanks for you reply, I will try it later |
This is exactly what I was looking for, thanks |
Right-click to open how to configure the second-level menu, can you add a demo?
For example, the first level is called group, and the second level is expanded after hover, group-item-1, group-item-2
The text was updated successfully, but these errors were encountered: