Leon Günther
Leon Günther
In our project we patched the type since its such simple fix, would be nice if it would get fixed for real tho Here is the diff that solved my...
While we could override the whole service, it's not really a satisfying solution here. Using [registerEditorOpener](https://microsoft.github.io/monaco-editor/typedoc/functions/editor.registerEditorOpener.html) works fine for us, it works when using the context menu or short cuts,...
The file is know to the server, the files are even on the server in our case. When the client request a file it just gets the text and connects...
Any updates on this? Right now we just use `editor.onDropIntoEditor()` since its available at runtime anyway.