-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to mark files as readonly #181708
Allow to mark files as readonly #181708
Conversation
good job |
* precedence in isReadonly * still use `stat.readonly` --------- Co-authored-by: jackpunt <[email protected]> Co-authored-by: Benjamin Pasero <[email protected]>
I am using Version 1.78.2 and can't find this settings. Is this dependent on the file that is being opened to be in READ ONLY too? I just want to be able to open file for viewing as READ ONLY so I don't accidentally edit the file :( especially if I am just comparing it with another file. |
Can you try to reproduce with our nightly insider builds? You can give our preview releases a try from: https://code.visualstudio.com/insiders/ |
#4873
#17670