Skip to content

Add options page to existing Treeview node in Tools/Options #416

Closed Answered by reduckted
RobertvanderHulst asked this question in Q&A
Discussion options

You must be logged in to vote

I think the reason it's not appearing under the "Debugging" node is because the node's identity and the actual text displayed is different. The node's identity is "Debugger", whereas the displayed text is coming from a resource file with the value "Debugging".

Here's how I discovered this:

  1. Get the Settings Store Explorer extension if you don't already have it.
  2. Open its tool window (View -> Other Windows -> Settings Store Explorer)
  3. Expand Config/ToolsOptionsPages

You'll see that there's a Debugger node with General, HotReload, JIT, etc as children.

So if you define your options page with a categoryName of "Debugger", then it should appear in the correct place.

[ProvideOptionPage(typeof(M…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by RobertvanderHulst
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants