microsoft / qsharp

Azure Quantum Development Kit, including the Q# programming language, resource estimator, and Quantum Katas
https://microsoft.github.io/qsharp/
MIT License
426 stars 86 forks source link

Make the profile selection less confusing to users #1198

Open billti opened 7 months ago

billti commented 7 months ago

In the past 24 hours we've had 2 'bug reports' that were 'by design' due to how choosing between 'base' and 'unrestricted' profiles works (#1195 and #1196 ). Seems like we have some user experience work to do here to make this more intuitive and friendly.

minestarks commented 7 months ago

Two things come to mind from reading the user issues:

DmitryVasilevsky commented 7 months ago

We can place "select profile" as a codelens action on @EntryPoint attribute. It could read something like profile: unrestricted and allow selection of profile when clicked on it.