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

Stub ShareProvider API #12747

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

tsmaeder
Copy link
Contributor

What it does

This is a stub implementation for #12744. Since the API just registers a provider, we can safely stub it.

Contributed by STMicroelectronics

How to test

We can test that the stubbing works by using the github plugin v. 1.80.0 (https://github.com/eclipse-theia/theia/files/12121875/github-1.80.0.zip).

The test is as follows:

  1. Open a workspace that contains a github repo
  2. Make sure there are no log messages complaining that 'registerShareProvider` is undefined in the log.

Unfortunately, the github plugin will first run into another exception until we have merged #12743. So we'll probably best just wait until that one is merged.

Review checklist

Reminder for reviewers

This is a stub implementation for eclipse-theia#12744

Contributed by STMicroelectronics

Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Copy link
Member

@msujew msujew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@msujew msujew added the vscode issues related to VSCode compatibility label Jul 25, 2023
@tsmaeder tsmaeder merged commit 438a7c5 into eclipse-theia:master Jul 26, 2023
6 checks passed
@vince-fugnitto vince-fugnitto added this to the 1.40.0 milestone Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants