I use vscode.FileSystemProvider interface when I develop a VS Code Extension. I have implemented the stat function, which inherits vscode.FileStat and contains some additional attributes. But when I used vscode.workspace.fs.stat to try to get the extra properties I injected, I found that I didn't get them.
Should vscode.workspace.fs.stat API return all content providered by User-defined FileSystem provider Instead of returning only the following attributes?

extHostFileSystemConsumer Stat
I use
vscode.FileSystemProviderinterface when I develop a VS Code Extension. I have implemented thestatfunction, which inheritsvscode.FileStatand contains some additional attributes. But when I usedvscode.workspace.fs.statto try to get the extra properties I injected, I found that I didn't get them.Should
vscode.workspace.fs.statAPI return all content providered by User-defined FileSystem provider Instead of returning only the following attributes?extHostFileSystemConsumer Stat