You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
scripthunter7
changed the title
Web extension support
Add support for VSCode web-based extensions
Jan 9, 2024
scripthunter7
changed the title
Add support for VSCode web-based extensions
Add support for web-based VSCode
Jan 9, 2024
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 thepackage.json
file, we should specify abrowser
entry point in addition tomain
.References:
The text was updated successfully, but these errors were encountered: