EngstromJimmy / Blazm.Extension

A Visual Studio Extension that solves some of the pain points when working with Blazor
MIT License
62 stars 6 forks source link

Run dotnet watch suggestion #18

Open SandroRiz opened 1 month ago

SandroRiz commented 1 month ago

More a Wish than an issue... I love the Run dotnet watch shortcut, but, I don't know why, in the majority of my webapp projects it doesn't work if I don't specify the parameter --launch-profile https (Kestrel is like not starting without this). So it will awesome to have the possibility to add some parameters to the command launched.

Moreover, you launch the WINDOWS Powershell, while I'm now used to use the "new" Powershell where (in Terminal) I have the Oh my Posh addin

Thanks (also for all other fantastic features of this extension)

EngstromJimmy commented 1 month ago

Great suggestions, thank you!

I will see what I can do. I think it launches the first progile, so if you change the order of you profiles it might work. (But there should be a configuration for that)

SandroRiz commented 1 month ago

Unfortunately not... I was thinking the same, but it doesn't...

Screenshot 2024-08-02 104058

EngstromJimmy commented 1 month ago

Sorry, I meant the https thing :)

SandroRiz commented 1 month ago

Yeaahhhhh, you're right. putting https first (before http), it works!

Thank you