| 53 | // @todo // No search provider registered for scheme: memfs, waiting |
| 54 | // Without it you can only search in open file. |
| 55 | export class MemFS implements vscode.FileSystemProvider { |
| 56 | root = new Directory(""); |
| 57 | |
| 58 | // --- manage file metadata |
nothing calls this directly
no outgoing calls
no test coverage detected