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

VS Web Extension Suppport #214

Open
TimeTravelPenguin opened this issue May 15, 2022 · 4 comments
Open

VS Web Extension Suppport #214

TimeTravelPenguin opened this issue May 15, 2022 · 4 comments

Comments

@TimeTravelPenguin
Copy link

Is it at all possible to have support for VSCode Web?

Currently, there is no web extension. I SSH from my iPad to my home PC via the Blink Terminal, which has vscode support; however, there is no way at all to have no Haskell styling.

@JustusAdam
Copy link
Owner

It looks pretty straight forward to me to add this, however I probably won't have time soon to do the necessary testing. If you want to make a PR to add this feel free. Make sure you run make grammars to build the highlighting files before testing the extension.

@TimeTravelPenguin
Copy link
Author

I will be free to work on this from around this time next month; so, if it is still open, I will give it a crack.

@amitojps
Copy link

I (or one of my coworkers) might be free to work on this, but probably need some guidance to be efficient. @JustusAdam @TimeTravelPenguin do either of you have a quick breakdown of what needs to be done?

@JustusAdam
Copy link
Owner

From skimming through the page that @TimeTravelPenguin linked you probably only need to provide a new entry point browser. You'll have to read the page to figure out if it needs separate code or if we only use API's that are shared between browser and vscode.
I think the hardest part might be testing if things work. We really only use javascript to handle changes to the settings so it should be pretty easy to port anything that's necessary

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

No branches or pull requests

3 participants