Hi, in our project our source code is served by a Code Query REST Service, not a ‘true’ file system. What’s the recommended approach to have a file explorer in Theia be backed by such a service? I’m looking for a prod in the right direction.
Can the existing file system extension be configured to any backend i.e. do I rebind a particular file-system interface in the container in my extension?
Or is this pretty much a brand new extension starting from a fork of the file-system extension?
[original thread by Max Hillaert]