Visual Studio Code上的文件显示为红色是什么意思?

时间:2018-05-07 23:26:57

标签: javascript

我不确定为什么我的文件显示为红色字体。 这是它的样子:

enter image description here

2 个答案:

答案 0 :(得分:1)

原因是向您显示文件中存在错误。有关这方面的更多信息,请访问: VSCode Issues 782

正如您在此处所见,当文件中的某些内容出错时,该文件显示为红色。

enter image description here

此类信息被视为file-decorations。有关here

的更多信息

答案 1 :(得分:1)

这是2018年1月发布的功能修复程序。 以下是解释的链接 - Error Indicators in the Exploer

它会显示哪些文件有错误 - the number of errors/warnings is shown in the decoration. The setting problems.decorations.enabled allows you to enable/disable the error/warning decorations.