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

Support web extension #480

Open
tobi opened this issue Nov 4, 2021 · 1 comment
Open

Support web extension #480

tobi opened this issue Nov 4, 2021 · 1 comment
Labels
feature New feature or request

Comments

@tobi
Copy link

tobi commented Nov 4, 2021

https://code.visualstudio.com/docs/editor/vscode-web#_extensions

Currently this extension cannot be used at github.dev but would be very valuable there.

@svsool
Copy link
Owner

svsool commented Nov 7, 2021

Hi @tobi, thanks for the idea. 👍

Runtime difference is significant between web and node.js, so scope might be not the smallest to implement this feature.

If there are contributors willing to look into this issue the first steps could be:

  • make fs and path import compatible with web runtime
  • introduce compatible build (webpack + web main file)
  • ensure tests work for web runtime

@svsool svsool added the feature New feature or request label Nov 7, 2021
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

2 participants