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

refactor: Activate on onStartupFinished #257

Merged
merged 5 commits into from
Oct 27, 2021

Commits on Oct 8, 2021

  1. refactor: Activate on onStartupFinished

    Closes #214
    
    Stops this extension from slowing VS Code during startup.
    adalinesimonian committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    170fd8c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

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

Commits on Oct 25, 2021

  1. feat: add API, formatter registration notification

    Added so that formatter test can wait until formatter is registered
    since VS Code has no API to check if a formatter with a given ID exists.
    
    See microsoft/vscode#135674
    adalinesimonian committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    4a7bc5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    521cb39 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

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