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

Add support for web-based VSCode #86

Open
scripthunter7 opened this issue May 2, 2023 · 1 comment
Open

Add support for web-based VSCode #86

scripthunter7 opened this issue May 2, 2023 · 1 comment
Labels
feature request Request to introduce a new feature

Comments

@scripthunter7
Copy link
Member

scripthunter7 commented May 2, 2023

VSCode has a web version. A typical use case for this is github.dev, accessed by pressing the . hotkey in any repo. AGLint supports the browser environment, however, project scanning should be solved with another API, since it is not possible to use Node.js specific API in the browser environment. In the package.json file, we should specify a browser entry point in addition to main.

References:

@scripthunter7 scripthunter7 added the feature request Request to introduce a new feature label May 2, 2023
@scripthunter7
Copy link
Member Author

scripthunter7 commented May 2, 2023

Currently, the extension cannot be used on github.dev, so we need at least a blank browser entry point to make the syntax highlighter work again (currently only the main entry point is specified).

image

@scripthunter7 scripthunter7 changed the title Web extension support Add support for VSCode web-based extensions Jan 9, 2024
@scripthunter7 scripthunter7 changed the title Add support for VSCode web-based extensions Add support for web-based VSCode Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request to introduce a new feature
Projects
None yet
Development

No branches or pull requests

1 participant