Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the commands sample to have 2 commands #491

Closed
wants to merge 2 commits into from

Commits on May 6, 2022

  1. Update the commands sample to have 2 commands

    Before the change, the sample showed how to add one command, and how to
    update it, reset it, and respond to it. But usually the extension
    developer needs to configure more than one command, and the code was not
    readily usable for such a need.
    
    After this patch, the developer can easily see what are the different
    places they need to make conditional decisions, to add a new command to
    the extension.
    
    This patch also includes some cosmetic changes, like wrapping the long
    lines of the README.md, as intended by the authors of Markdown syntax.
    If desirable, I can put such cosmetic changes in a separate commit.
    gurjeet committed May 6, 2022
    Configuration menu
    Copy the full SHA
    5f83405 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    63b6937 View commit details
    Browse the repository at this point in the history