I am using Visual Studio Code 1.6.1, with latest version of ESLint extension installed and enabled. I have
"eslint.options": {
"rules": {
...
}
}
in my vs-code user settings. I was able to autofix my js files with the auto command "eslint.executeAutofix", but from maybe my last update of vs-code I am receiving the following error:
Failed to apply ESLint fixes to the document. Please consider opening an issue with steps to reproduce.
Can somebody please help me or point me in direction where I can fix this issue?