vscode-haskell icon indicating copy to clipboard operation
vscode-haskell copied to clipboard

Basic support for vscode for web or github.dev

Open clouds56 opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

I open a project using github.dev (without codespaces[1]), and expect haskell syntax highlight for ".hs" file.

[1] by without codespaces means I could not run a terminal, only typescript could be run in extension.

The 'Haskell' extension is not available in Visual Studio Code for the Web.

Describe the solution you'd like

Install this extension in vscode for web, even there's only partial support (e.g. without lsp, only syntax highlight available) I'v tried some project of rust/c++, the language server is disabled, while syntax highlight and symbol jump is enabled.

Additional context

Press "." on a github project would open it with vscode for web.

clouds56 avatar Mar 20 '24 06:03 clouds56

Hi, thank you for the bug report!

Syntax Highlighting is not provided by this extension but https://marketplace.visualstudio.com/items?itemName=justusadam.language-haskell. I think that extension consists solely of javascript, so might be easy to integrate already?

fendor avatar Mar 20 '24 10:03 fendor