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

[vscode][proposed] Stub onWillCreateEditSessionIdentity #12533

Merged
merged 2 commits into from
May 19, 2023

Commits on May 18, 2023

  1. [vscode][proposed] Stub onWillCreateEditSessionIdentity

    This event was recently added to proposed API EditSessionIdentityProvider.
    For now we add a stub that will allow `vscode.git@1.77.0` and more recent
    to activate and be successfully used in Theia applications.
    
    Fixes #12521
    
    Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
    marcdumais-work committed May 18, 2023
    Configuration menu
    Copy the full SHA
    7f631a3 View commit details
    Browse the repository at this point in the history
  2. Update packages/plugin-ext/src/plugin/plugin-context.ts

    Remove trailing space that trips the linter
    
    Co-authored-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
    marcdumais-work and vince-fugnitto authored May 18, 2023
    Configuration menu
    Copy the full SHA
    95b5a9b View commit details
    Browse the repository at this point in the history