microsoft / microsoft/CmdPalAzureExtension
Move sign out to a settings page
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6
- Forks
- 6
- Avg merge
- 40m
- Merged PRs (30d)
- 1
Description
Right now, the sign out is a top level command. In the future, we want to move this to the extension's settings page. After investigating, we found that it's still not straightforward to add a custom button (a button that performs a command on submit) with the CommandPalette.Extensions Settings APIs. If SettingsForm or ISettingsForm becomes public or there is support to add a custom button, we can implement this for a future release.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the CommandPalette.Extensions Settings APIs and the current SettingsForm/ISettingsForm visibility. Determine whether a public form API or custom command button can support moving sign out to the extension settings page. Done means sign out is available from that settings page through a custom button.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100