When a document link provided by a language server uses an external link, the Ctrl + Click do not respect it, and also open the link as if it there isn't any links provided by the language server.
- Run the command "MemFS: Setup Workspace" then "MemFS: Create Files";
- Open the file "test1.js" and click in './example1.js'. It should open "memfs:/example.1" and also show an error message.
- Open the file "test2.js" and click in 'fs'. It should open "memfs:/example2" and also the d.ts file for the "fs" module.