evidence-dev/evidence-vscode

New Evidence Project option in right-click menu shows up at the top of the list

hughess opened this issue · 2 comments

First mentioned in Evidence slack. When right-clicking on a file, the New Evidence Project option will show up at the top of the list, which is intrusive in many situations.

The option should (one of the following):

  • Appear lower in the menu
  • Have an option to be hidden
  • Or be removed

@hughess that vscode file explorer context menu was added to create new Evidence project in the selected folder in #48.

Removing it the way you did in #129 removes that capability.

If you'd like to show that context menu further down the list, you can change the group name of that context menu option.

See vscode context menu docs and api reference for more info: https://code.visualstudio.com/api/ux-guidelines/context-menus

Standard VS Code menu groups are listed here: https://code.visualstudio.com/api/references/contribution-points#Sorting-of-groups

@RandomFractals that's really helpful, thanks! I think a different group is what we need!