Loïc Mangeonjean

Results 159 comments of Loïc Mangeonjean

> LocalFileSearchWorker never seems to be loaded It's only used for `local` search (ie using the HTMLFileSystemProvider as main `file` fs provider) > The search never terminates even though it...

Will there be a 1.0.0-rc7, including the 1.30 compatibility using fetch?

Can you please release a rc8 with the last v5 protocol update?

In VSCode, the storage service is used to load the current theme faster (if it didn't change since the last visit) So you can try: - loading the storage service...

The CodinGame version of the wrapper is very tied to our needs (including the languages and tools we need). It's open-source because why not, but it wasn't really designed to...

I did some investigation around clangd and the possibility to run it in the browser already, here's what I've found: - there are some official investigation on how to make...

> It brings its own virtual file system. You can read and write files (done here: https://github.com/TypeFox/monaco-languageclient/blob/clangd-example/packages/examples/src/clangd/worker/clangd-server.ts) Isn't there any way to provide our own implementation instead? which would access...

By default, the accessible filesystem in the client is just a memory filesystem. But you are free to replace it by whatever you want, you can make your own file...

Btw, another options is to use the VSCode server that, among others things, allows to access the remote filesystem, more info here: https://github.com/CodinGame/monaco-vscode-api/blob/main/docs/vscode_server.md (I'm not sure how it integrates with...