Disable wavy underline in VS Code

前端 未结 5 1491
情书的邮戳
情书的邮戳 2020-12-08 00:41


I\'m using Visual Studio Code (v1.11.2).
Is there any way to disable wavy underline at all?

5条回答
  •  生来不讨喜
    2020-12-08 01:32

    Disable wavy underline in VS Code in C on mac

    1. Press command+shift+p (open command pallete)
    2. Then type Disable Error Squiggles
    3. And click on that Disable Error Squiggles

    Your squiggles are no more

    If you want to restart squiggles for some reason then in command pallete type Enable Error Squiggles

提交回复
热议问题