VS Code: Change color of squiggly underline for Lint

后端 未结 4 1942
[愿得一人]
[愿得一人] 2021-01-01 11:10

My configurations currently show the same red squiggly line for Typescript errors and TSLint warnings.

I am using TSLint extension for Visual Studio Code but the con

4条回答
  •  温柔的废话
    2021-01-01 12:02

    This will fix your problem.

    Add "defaultSeverity": "warning"in tslint.json.

    Reference: Change underline color to avoid confusion with compiler errors

提交回复
热议问题