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

Move WebviewViewResolveContext to root namespace #11216

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

sgraband
Copy link
Contributor

@sgraband sgraband commented May 30, 2022

What it does

To be compatable with the VSCode API the WebviewViewResolveContext needs to be in the root namespace. See here.

The WebviewViewResolveContext was previously in the window namespace.
Removed it from the window namespace and added it to root namespace.

Fixes #11149.

Contributed on behalf of STMicroelectronics.

How to test

Review checklist

Reminder for reviewers

@vince-fugnitto vince-fugnitto added the vscode issues related to VSCode compatibility label May 30, 2022
@vince-fugnitto
Copy link
Member

Fixes #11149 ?

@sgraband
Copy link
Contributor Author

Yes 👍 Added it the PR description

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.

I can confirm that the changes align our type definition to vscode 👍

The WebviewViewResolveContext was previously in the window namespace.
Removed it in the window namespace and added it to root namespace.

Fixes eclipse-theia#11149.

Contributed on behalf of STMicroelectronics.
@sgraband
Copy link
Contributor Author

sgraband commented Jun 1, 2022

I rebased and squashed the commits. Can this be merged?

@msujew
Copy link
Member

msujew commented Jun 1, 2022

@sgraband I'll merge this a bit later, when the CI run has finished successfully 👍

@JonasHelming JonasHelming merged commit a6f438c into eclipse-theia:master Jun 2, 2022
@JonasHelming JonasHelming added this to the 1.27.0 milestone Jun 2, 2022
Copy link

@randydwhitephotography randydwhitephotography left a comment

Choose a reason for hiding this comment

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

let see if this works

Copy link

@randydwhitephotography randydwhitephotography left a comment

Choose a reason for hiding this comment

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

changes

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
None yet
Development

Successfully merging this pull request may close these issues.

[vscode] Add support for WebviewViewResolveContext
5 participants