### Goal Implement a VS Code Extension which implements a file system provider. The virtual filesystem is shown in the explorer or in a separate panel/view. ### VFS Representation * File System Provider * Runtime ### Tasks - [ ] Provide a GraphQL server - [ ] Provide a GraphQL resolver, which returns the list of remotes - [ ] As intermediate step: Initialize a single runtime, so that at least one runtime is available - [ ] Fetch the list of runtimes from a GraphQL endpoint - [ ] Implement a file system provider which shows the list of runtimes