monaco-languageclient
monaco-languageclient copied to clipboard
How is goto definition for remote URIs supposed to be handled by monaco-languageclient
Hi! I wanted to ask whether there's some "idiomatic" way for the following scenario with monaco-languageclient:
- a languageserver is running on a backend
- the user uses goto definition to a definition that is located on a
file:URI on the backend.
Currently nothing is happening when I do this. Ideally I would like the frontend to load this file into a new buffer.