csharp-language-server-protocol icon indicating copy to clipboard operation
csharp-language-server-protocol copied to clipboard

Web extension support

Open elringus opened this issue 2 years ago • 2 comments

With VS Code now available online (https://vscode.dev) I wonder if there are plans make the server work with web extensions (https://code.visualstudio.com/api/extension-guides/web-extensions)?

elringus avatar Oct 22 '21 14:10 elringus

I've made a solution, that compiles C# project into single-file UMD library: https://github.com/Elringus/DotNetJS

Tried to use the server with it, but not sure how to deal with input/output. Console.STD won't work, obviously.

elringus avatar Nov 18 '21 23:11 elringus

I think it would require wasm support. And probably direct access to server (without http/sockets or anything else)

SupinePandora43 avatar May 08 '22 08:05 SupinePandora43