open /Applications/Visual\ Studio\ Code.app --args --disable-gpu
VSCodeが立ち上がったら「Cmd + Shift + P」でコマンドパレットを起動する
コマンドパレットに「configure runtime arguments」と入力する。
argv.jsonが開くのでjsonファイルの末尾に「"disable-hardware-acceleration": true」を追記する。前の行の末尾に半角カンマ「,」を入力するのを忘れないように注意すること。
VSCode を再起動する。