Skip to content

Commit

Permalink
Merge pull request #85 from andzdroid/patch-1
Browse files Browse the repository at this point in the history
Add ElixirLS notes
  • Loading branch information
NickNeck committed Feb 14, 2024
2 parents 956983c + ee779e7 commit f5e6994
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -427,6 +427,17 @@ You can also run Recode together with `mix format` by adding
]
```

If you are using [ElixirLS](https://github.com/elixir-lsp/elixir-ls), you will
need to enable `recode` for the test environment:

```elixir
def deps do
[
{:recode, "~> 0.7", only: [:dev, :test]}
]
end
```

### `mix recode.help`

The task `recode.help` prints all available recode-task with a short description.
Expand Down

0 comments on commit f5e6994

Please sign in to comment.