Integrates Credo into VS Code.
NOTE: It also works with a multi-workspace environment.
This extension contributes the following settings:
credo.enable
: enable/disable this extensioncredo.command
: credo command that is used to collect problems DON'T USE FORMAT OPTIONcredo.projectDir
: specify mix directory in case Elixir project resides in a subdirectorycredo.mixEnv
: MIX_ENV used to run credo, default value istest
. You shouldn't need to change it. Make sure Credo is available in a:test
environment.
See Changelog here
Submit the issues if you find any bug or have any suggestion.
Fork the repo and submit pull requests.