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] Evolution of the extensionsAny.d.ts interface #14115

Closed
Tracked by #14106
rschnekenbu opened this issue Sep 3, 2024 · 0 comments · Fixed by #14199
Closed
Tracked by #14106

[vscode] Evolution of the extensionsAny.d.ts interface #14115

rschnekenbu opened this issue Sep 3, 2024 · 0 comments · Fixed by #14199
Assignees
Labels
vscode issues related to VSCode compatibility
Milestone

Comments

@rschnekenbu
Copy link
Contributor

rschnekenbu commented Sep 3, 2024

This interface is implemented here:

getExtension<T = any>(extensionId: string, includeFromDifferentExtensionHosts: boolean = false): theia.Extension<T> | undefined {

Update to the proposed interface file and implementation code may necessary:

Change: Added a new overload for the getExtension function with the signature getExtension<T = any>(extensionId: string, includeDifferentExtensionHosts: true): Extension<T | undefined> | undefined.

This proposed extension is used by the html language features extension.

@rschnekenbu rschnekenbu added the vscode issues related to VSCode compatibility label Sep 3, 2024
@rschnekenbu rschnekenbu self-assigned this Sep 3, 2024
rschnekenbu added a commit to eclipsesource/theia that referenced this issue Sep 19, 2024
fixes eclipse-theia#14115

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
rschnekenbu added a commit to eclipsesource/theia that referenced this issue Sep 19, 2024
fixes eclipse-theia#14115

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
rschnekenbu added a commit to eclipsesource/theia that referenced this issue Sep 19, 2024
fixes eclipse-theia#14115

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
@sgraband sgraband added this to the 1.54.0 milestone Sep 26, 2024
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 a pull request may close this issue.

2 participants