You gotta make disable-hardware-acceleration "true"
Steps:
Open the Command Palette (Ctrl+Shift+P) in vs code.
Run the Preferences: Configure Runtime Arguments command.
This command will open a argv. json file to configure runtime arguments. You might see some default arguments there already.
Add "disable-hardware-acceleration": true .
Restart VS Code.
If you're unable to follow, just search on yt how to make disable-hardware-acceleration "true" in vs code