alefragnani/vscode-read-only-indicator

[QUESTION] - Support vscode readonly?

zzhaolei opened this issue · 1 comments

VSCode now has a read-only mode. Can we use vscode's readonly mode instead of modifying file permissions?

I think we can use the files.readonlyFromPermissions, files.readonlyInclude, files.readonlyExclude configurations provided by vscode to replace the operation of modifying file or folder permissions.