localhost
Has anyone set up Deno's LSP on WASM with monaco?
is it possible to run the LSP on any code without opening up security holes? Does the LSP need to download all imports?
For example, I want to send a file to an endpoint POST /deno-lsp [file contents] and get theLSP results (or however it should work)
5 replies