-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
VSCode Editor is empty for all files #11715
Comments
Uninstalled all my extensions and restarted. Still no fix |
This is happening due to a change that makes the editor respect
Your old settings file can then be pasted into the editor. If the above is not possible for whatever reason (your keybindings are unset or something?) then the
|
toFloat only falls back to the default when the value is NaN, so an explicit check for 0 is required. Fixes #11715
This fixed it, thank you! |
toFloat only falls back to the default when the value is NaN, so an explicit check for 0 is required. Fixes #11715
We released 1.5.1 as recovery build. |
That is really impressive how quickly you guys pushed that out. |
Woah, way too fast. Impressive. |
Kudos, VSCode team. Amazing job. |
Astonished by the level of care and support your (really, really) distinguished team gives to this product. --R |
Ty for the quick fix! From one dev to another, it's really appreciated and why I continue to love using VS Code. |
Microsoft internal alias: alanwri
Steps to Reproduce:
Happens for all types of files, VSCode is unusable. Tried fresh uninstall, and install from vscode website, still repros. No idea what to do. Feel free to ping me internally and I can share my screen, etc.
The text was updated successfully, but these errors were encountered: