monaco-languageclient icon indicating copy to clipboard operation
monaco-languageclient copied to clipboard

How is goto definition for remote URIs supposed to be handled by monaco-languageclient

Open MangoIV opened this issue 7 months ago • 7 comments

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.

MangoIV avatar Mar 25 '25 12:03 MangoIV