max
Has anyone set up Deno's LSP on WASM with monaco?
my understanding is that LSP needs access to the filesystem and uses deno's dependency cache. so yes, I think if you were to send the LSP the source code of a file it would download the related dependencies and look for them on disk
5 replies
With Deno.serveHttp marked as deprecated is there a way to run an HTTP server off of a Deno.Conn?
ok, sounds good, thanks. I am a little sensitive to the overhead of spawning another connection to proxy to Deno.serve, but will keep using serveHttp for now. Would be very interested in a
Deno.serveOn
api.8 replies