VSCode (1.52.1) on VMware Workstation 14 is tearing its windows. Below shows the right side of VSCode is tearing and it can be really bad - all the text are not readable.
As a workaround do:
$: code . --disable-gpu
Reference:
VSCode (1.52.1) on VMware Workstation 14 is tearing its windows. Below shows the right side of VSCode is tearing and it can be really bad - all the text are not readable.
As a workaround do:
$: code . --disable-gpu
Reference:
Hello world assembly on x86 Linux Save code below as hello.asm global _start section .data message: db 'hello, world!', 10 secti...