我正在使用 Visual Studio Code 1.6.1,安装并启用了最新版本的 ESLint 扩展。我有
"eslint.options": {
"rules": {
...
}
}
在我的 vs-code 用户设置中。我能够使用自动命令“eslint.executeAutofix”自动修复我的 js 文件,但是从我最后一次更新 vs-code 开始,我收到以下错误:
Failed to apply ESLint fixes to the document. Please consider opening an issue with steps to reproduce.
有人可以帮助我或指出我可以解决此问题的方向吗?