-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Files appear empty after August 2016 updated #11701
Comments
I'm seeing the same thing! |
I got the same issue and to fix it I just deleted my |
Same problem here. My settings.json editor.fontSize was set to 0. Thanks @jailsonayogo for saving me some time. |
@ahejlsberg similar issue for you? |
I am experiencing the same thing on Windows 10 and my setting.json file only has |
Thanks for the heads up. My fontSize and lineHeight were set to 0 |
I had the same issue. I removed the 'fontSize: 0' line from my user settings file (settings.json) to fix it - thanks to this thread. |
|
Thanks @kieferrm ! Using Notepad++ changed the settings in %APPDATA%/Code/User/settings.json from "editor.fontSize": 0, "editor.lineHeight": 0, to "editor.fontSize": 14, "editor.lineHeight": 14 and I can now see the text. |
#11715 reports the same issue. We currently test a fix. |
We have released a recovery build. It's 1.5.1. Thanks to @jailsonayogo for helping us tracking this down. |
Duplicate of #11715 . |
Steps to Reproduce:
Notice that the file appears to be empty.
The text was updated successfully, but these errors were encountered: