editor - What are these weird blanks in Visual Studio Code? -
i installed visual studio code on mac. there weird blanks on editor. screenshot below here. how can fix it?
not sure understand question - empty spaces look expected given how few lines of code have , how short each line is. nevertheless, perhaps looking option :
// controls if editor scroll beyond last line "editor.scrollbeyondlastline": true,
you can set false in user or workplace settings if wish see less empty space @ end of files (you able continue scrolling beyond end of file default setting).
Comments
Post a Comment