0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

VSCodeの画面がチラつく時は、GPU アクセラレーションを無効化する

Posted at

Edgeもそうですが、私の環境ではウインドウを最大化(全画面ではない)した際、画面がチラつく。

こういった場合は、GPUアクセラレーションを無効化すると改善する。
Edgeでは設定のチェックボックスを外すだけ。
VSCodeでは設定だけでは駄目だったので、メモ。

VScodeでGPUアクセラレーションを無効化する方法
引用元:https://qiita.com/zakkied/items/f0d21c6cbd8e34460253

Cmd + Shift + P でコマンドパレットを起動する
configure runtime arguments を入力し、 argv.json の編集画面に移動する
"disable-hardware-acceleration": true を追記する
VSCode を再起動

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?