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?

More than 3 years have passed since last update.

[VSCode] LaTeX Workshopの編集画面の波線を非表示にする。

Last updated at Posted at 2021-02-26

texファイルの編集画面が警告・lintの波線だらけになるのを防ぐ方法を考えた。

image.png

プロジェクトかVisual Studio Codeの設定のsettings.jsonのどちらかひとつ以上に、すべてのログのメッセージを無視する項目を追加すればよい。

"latex-workshop.message.latexlog.exclude": [".*"]

image.png

image.png

Ref

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?