「OCLP環境でVSCodeが激重な問題を解決する」の版間の差分

ページの作成:「open /Applications/Visual\ Studio\ Code.app --args --disable-gpu VSCodeが立ち上がったら「Cmd + Shift + P」でコマンドパレットを起動する コマンドパレットに「configure runtime arguments」と入力する。 argv.jsonが開くのでjsonファイルの末尾に「"disable-hardware-acceleration": true」を追記する。前の行の末尾に半角カンマ「,」を入力するのを忘れないように注意すること。 VSCode…」
 
編集の要約なし
1行目: 1行目:
open /Applications/Visual\ Studio\ Code.app --args --disable-gpu  
ターミナルからGPU無効化した状態で起動する。
open /Applications/Visual\ Studio\ Code.app --args --disable-gpu  
 
次にGPU無効化の設定を恒久化する。


VSCodeが立ち上がったら「Cmd + Shift + P」でコマンドパレットを起動する
VSCodeが立ち上がったら「Cmd + Shift + P」でコマンドパレットを起動する