microsoft / microsoft/CmdPalAzureExtension

Move sign out to a settings page

Open
#75 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Area-UX Issue-Task
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.