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

IAction must not be disposable. #158307

Merged
merged 3 commits into from
Aug 16, 2022
Merged

IAction must not be disposable. #158307

merged 3 commits into from
Aug 16, 2022

Commits on Aug 16, 2022

  1. IAction must not be disposable. Delete heaps of empty dispose-imple…

    …mentations and unneeded dispose chains. Use `Action` over `IAction` type if needed
    jrieken committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    eed1b6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cc33b9 View commit details
    Browse the repository at this point in the history
  3. simpler commands quick pick

    jrieken committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    8df5859 View commit details
    Browse the repository at this point in the history