Skip to content

feat(menu): Add Settings menu item #7

@CalvinAllen

Description

@CalvinAllen

Description

Add a "Settings..." menu item to the Tools > VSMCP menu that opens the extension's options page.

Implementation

  • Add new button in VSCommandTable.vsct under VSMCPSettingsGroup
  • Add command handler in ServerCommands.cs
  • Use VS.Settings.OpenAsync() or equivalent to open the options page

Menu Structure (from plan)

Tools > VSMCP
├── Start Server
├── Stop Server
├── Restart Server
├── ─────────────
├── Copy Server URL
├── ─────────────
└── Settings...  <-- This one

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions