Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 788 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 788 Bytes

vscode-credo

Visual Studio Code extension to integrate Credo, a static code analysis tool/linter for Elixir.

Requirements

Extension Settings

  • languageServerCredo.flags: Flags to be appeneded to mix credo (such as --strict)
  • languageServerCredo.executablePath: Absolute path to the mix executable. By default it checks for mix in your project root.

Acknowledgements

Based on linter-elixir-credo and vscode-languageserver-node-example.