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

Extension cannot be installed or ran in the browser #51

Open
haykam821 opened this issue Oct 4, 2023 · 3 comments
Open

Extension cannot be installed or ran in the browser #51

haykam821 opened this issue Oct 4, 2023 · 3 comments
Labels
feature New feature or request

Comments

@haykam821
Copy link

When using a version of Visual Studio Code that runs in the browser, such as vscode.dev or github.dev, it is possible to use certain extensions that are considered web-compatible. The Visual Studio Code documentation defines a web-compatible extension as one that has a main entry point but not a browser entry point:

Extensions that have only a main entry point, but no browser are not web extensions. They are ignored by the web extension host and not available for download in the Extensions view.

Since this extension does not provide a browser entry point, I cannot run or install it in a browser, Would it be possible to enable browser compatibility if there are no compatibility issues?

@misode misode added the feature New feature or request label Oct 4, 2023
@misode
Copy link
Owner

misode commented Oct 4, 2023

This is definitely something I want to get working

@AdamRaichu
Copy link

I would be happy to look at implementing this (I mainly work with web extensions). Which branch should I be starting from?

@misode
Copy link
Owner

misode commented Oct 1, 2024

I would be happy to look at implementing this (I mainly work with web extensions). Which branch should I be starting from?

@AdamRaichu Thanks for the offer! I haven't started work myself, so the most up-to-date branch would be master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants