Loïc Mangeonjean
Loïc Mangeonjean
> can you please add unit tests? done! fixed the current test and added a new test
Btw, I'm not sure about the "ignore if it's a directory" feature, I don't really see the point of it, and the user can now explicitely ignore it by setting...
Just fixed the tests for windows
it's a problem probably only because it uses monaco-loader, which load another instance of monaco-editor (from the official package) but [monaco-loader can be configured to use local monaco-editor](https://www.npmjs.com/package/@monaco-editor/loader#configure-the-loader-to-load-the-monaco-as-an-npm-package), maybe it's...
Any error in the console? you probably have a file not found error. You'll have to implement a provider able to get that file content from the backend
I'm not sure an error is displayed if the file doesn't exists though. What is sure is that it needs a way to get the actual file content
It still should be done manually (related to https://github.com/TypeFox/monaco-languageclient/issues/834) you can use the `registerFileSystemOverlay` method from `@codingame/monaco-vscode-files-service-override` to register your filesystem which will fetch the file content by any mean...
Can you please format your issue, use a code block and explain a little bit more what is happening to you?
Ok 🤔 Can you please create an issue on the monaco-vscode-api side with a minimal reproduction repo?