Refs: #11100
Steps to Reproduce:

To verify use:
vscode-eslint-1.0.1.zip
Why is this bug closed? has it been resolved?
I'm also getting the same error. @dbaeumer was it resolved?
@gangachris Yes, it got resolved however you have to get the latest eslint extension (1.0.5). If you still see it there please ping back.
After going through https://github.com/Microsoft/vscode-eslint/commit/4f554e7593fc066ea12e11fe416ef72bdb59c547 , had to change my vscode command from eslint.fixAllProblems to eslint.executeAutofix.
Most helpful comment
After going through https://github.com/Microsoft/vscode-eslint/commit/4f554e7593fc066ea12e11fe416ef72bdb59c547 , had to change my vscode command from
eslint.fixAllProblemstoeslint.executeAutofix.