禁用vscode硬件加速
禁用vscode硬件加速
有以下两种方法:
启动时加上--disable-gpu选项
ctrp+shift+p打开命令面板,找到Preferences: Configure Runtime Arguments命令,然后加上"disable-hardware-acceleration": true即可。
有以下两种方法:
启动时加上--disable-gpu选项
ctrp+shift+p打开命令面板,找到Preferences: Configure Runtime Arguments命令,然后加上"disable-hardware-acceleration": true即可。