1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【VSCode】全角文字が黄色い枠で囲まれるのを解除する方法

Posted at

Visual Studio Code バージョン 1.63 で導入された Unicode 強調表示機能により、デフォルトで文字列内の全角文字が黄色い枠で囲まれて表示されるようになった。

解除方法

  1. 「管理」>「設定」を開く。(macOS:⌘,)
  2. 「設定の検索」ボックスで「unicode highlight」を検索。
  3. 「Editor › Unicode Highlight: Include Strings」を「false」に設定。
1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?