【vscode 报错】Couldn't start client ESLint

image.png

 

无法启动eslint客户端的原因是eslint有个报错:

Cannot read property 'toLowerCase' of null

 

找到setting.json中,"eslint.trace.server": null, 注释掉,重启vscode就可以了,

问题issue: https://github.com/microsoft/vscode-eslint/issues/958

image.png

posted @ 2020-09-28 10:15  puerile  阅读(3014)  评论(0编辑  收藏  举报