2017-01-11 20:49:03

Hi,

Has anyone come across this odd issue when making new lines in Visual Studio Code? When I use NVDA, I get this issue when the lines don't appear to break apart properly. For example, a basic text file with the following text:
This is a test.
Will it work?
Turns out to be:
This is a test. Will I
t work?
Has anyone found a fix for this, or is it something that is only happening on my machine for some odd reason? Also, I can navigate he text character by character and notice that the newline is in the right place; but this would be a very bad way to read files.