Sunday, January 03, 2021

Visual Studio Code is tearing on VMware Workstation

 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:

https://github.com/microsoft/vscode/issues/15211

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...