LoginSignup
3
2

More than 1 year has passed since last update.

VSCodeで#ifdefブロックの中がグレーアウトされる問題の解決法

Posted at

環境

macOS

解決法

  1. メニューバーの Code > 基本設定 > 設定
  2. 右上の「設定(JSON)を開く」アイコンをクリック
  3. 以下の設定を追加する
"C_Cpp.dimInactiveRegions": false

参考: https://github.com/microsoft/vscode-cpptools/issues/1707

3
2
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
3
2