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

Extend vscode.extensions.getExtension to return extensions from other extension host #133734

Open
jrieken opened this issue Sep 24, 2021 · 4 comments
Assignees
Labels
api extension-host Extension host issues feature-request Request for new features or functionality
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Sep 24, 2021

Today, getExtension only returns extensions that are registered in the same extension host. This can be problematic when extensions enable/disable feature in the presence of other extensions.

slightly related: #84997

@alexdima alexdima added the feature-request Request for new features or functionality label Sep 24, 2021
@alexdima alexdima added this to the Backlog milestone Sep 24, 2021
@alexdima alexdima added api extension-host Extension host issues labels Sep 24, 2021
@aganbokeng

This comment has been minimized.

@thegecko
Copy link
Contributor

Is the intent that this feature would add the ability to use extension APIs across extension hosts?

@yiliang114

This comment has been minimized.

@jrieken
Copy link
Member Author

jrieken commented Aug 6, 2024

Is the intent that this feature would add the ability to use extension APIs across extension hosts?

No, it is just about exposing metadata about extensions from other extension host but you will not (ever) be able to use their API (because there are guarantees that these API are IPC-safe)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api extension-host Extension host issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

5 participants