赞
踩
版本: 1.69.1 (user setup)
提交: b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a
日期: 2022-07-12T08:21:24.514Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Windows_NT x64 6.1.7601
现象,使用vscod打开终端一直卡着。
解决方法是禁用GPU加速,猜测是因为公司电脑没有独显的原因
1、取消win7的兼容模式
2、启动方式后加 --disable-gpu,似乎是禁用 GPU 硬件加速
找其他各种方法都无效,管理员、兼容、改setting.json都没用。
"terminal.integrated.defaultProfile.windows": "GitBash", "terminal.integrated.profiles.windows": { "PowerShell": { "source": "PowerShell", "icon": "terminal-powershell" }, "Command Prompt": { "path": [ "${env:windir}\\Sysnative\\cmd.exe", "${env:windir}\\System32\\cmd.exe" ], "args": [], "icon": "terminal-cmd" }, "GitBash": { "path": "D:\\ProgramFiles\\Git\\bin\\bash.exe" }, "Windows PowerShell": { "path": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" } },
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。