我正在一个项目上,有很多人各自贡献代码。大多数人都使用VS Code作为其编辑器,但是我们对扩展没有标准化。我安装了许多Linter,它们会生成许多警告,没有扩展名的人就不会看到。
我想知道我是否可以看到哪个扩展产生警告,因此可以向我的团队成员建议。
例如,我看到这样的警告
Line 110:15: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
但我不知道是什么扩展发出的