Vscode: eslint.fixAllProblems command not found

Created on 30 Aug 2016  路  5Comments  路  Source: microsoft/vscode

Refs: #11100

  • VSCode Version: Latest or stable
  • OS Version: OS X

Steps to Reproduce:

  1. Install eslint extension
  2. Trigger 'ESLint: Fix all auto-fixable problems' from command palette
  3. Notice error

screen shot 2016-08-30 at 14 52 09

bug verified

Most helpful comment

After going through https://github.com/Microsoft/vscode-eslint/commit/4f554e7593fc066ea12e11fe416ef72bdb59c547 , had to change my vscode command from eslint.fixAllProblems to eslint.executeAutofix.

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sirius1024 picture sirius1024  路  3Comments

shanalikhan picture shanalikhan  路  3Comments

biij5698 picture biij5698  路  3Comments

mrkiley picture mrkiley  路  3Comments

ryan-wong picture ryan-wong  路  3Comments