microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
231 stars 13 forks source link

Add 'Set as Startup project' feature #72

Open BachiMjavanadze opened 1 year ago

BachiMjavanadze commented 1 year ago

Please add Set as Startup project feature in the contex menu of a project. So when I'll press F5 or ctrl+F5 to start Startup project.

tmeschter commented 1 year ago

@WardenGnaw I'm guessing this will require work on both the debugger and project side.

WardenGnaw commented 1 year ago

Yep. I can work with you offline on this.

Marking this request as area-debugging and area-project

webreidi commented 3 months ago

@tmeschter is this addressed by the work that went in last month? Or is there a final step to add a right-click menu in Solution Explorer before we call this one done?

smitpatel commented 3 weeks ago

There is command palette version to select startup project. Currently no right-click menu entry in solution explorer. I believe that would be pending work here. @webreidi - You can set milestone based on what you consider priority of this.