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

Provide API for registering callback upon watcher triggered for exten… #2397

Merged
merged 11 commits into from
Aug 21, 2023

Commits on Jul 25, 2023

  1. Provide API for registering callback upon watcher triggered for exten…

    …ders
    
    Signed-off-by: Rudy Flores <68666202+rudyflores@users.noreply.github.com>
    rudyflores committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d294a67 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. add code coverage

    Signed-off-by: Rudy Flores <68666202+rudyflores@users.noreply.github.com>
    rudyflores committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f205ba4 View commit details
    Browse the repository at this point in the history
  2. add coverage for apiRegister function

    Signed-off-by: Rudy Flores <68666202+rudyflores@users.noreply.github.com>
    rudyflores committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    61bae7f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    b1c929b View commit details
    Browse the repository at this point in the history
  2. address traeok's comments

    Signed-off-by: Rudy Flores <68666202+rudyflores@users.noreply.github.com>
    rudyflores committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bc452dc View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. ensure registered callback appears on first load

    Signed-off-by: Rudy Flores <68666202+rudyflores@users.noreply.github.com>
    rudyflores committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    25d7be1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into callback-for-extenders

    Signed-off-by: Rudy Flores <68666202+rudyflores@users.noreply.github.com>
    rudyflores authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b31d8b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Merge branch 'main' into callback-for-extenders

    Signed-off-by: Rudy Flores <68666202+rudyflores@users.noreply.github.com>
    rudyflores authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6267555 View commit details
    Browse the repository at this point in the history
  2. update implementation to use vscode.eventEmitter

    Signed-off-by: Rudy Flores <68666202+rudyflores@users.noreply.github.com>
    rudyflores committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b7b0cbe View commit details
    Browse the repository at this point in the history
  3. increase code coverage

    Signed-off-by: Rudy Flores <68666202+rudyflores@users.noreply.github.com>
    rudyflores committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1cf301f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e26710d View commit details
    Browse the repository at this point in the history