Closed
Description
Currently a FileSystemProvider
can register as readonly, meaning that every file it provides is opened in a readonly editor. This is nice, but even better if the FileStat
it returns from its stat() method had an optional readonly
property. Then I think this line could easily treat a true readonly value as a signal to set isReadonly
true. @bpasero what do you think?