nwolverson/vscode-language-purescript

Web Extension support

nospace-here opened this issue · 2 comments

With vscode being available on the Webbrowser, there is a possibility to write some code on lower-end or restricted hardware.

It should be more lightweight than the desktop version and extensions for web need something added. Python and Typescript already have available webextentsions on there. Would be great if purescript is also available on the web version of vscode.

https://code.visualstudio.com/api/extension-guides/web-extensions

This extension is just basic syntax highlighting so without looking into it, I assume it can be made to support the web extension thing

Good news, language-purescript is now a web extension

image

[2021-10-28 17:40:35.834] [window] [info] Installing extension: nwolverson.language-purescript
[2021-10-28 17:40:36.282] [window] [info] Extension installed successfully: nwolverson.language-purescript

Entirely by accident as it happens.