vscode-elixir-ls
vscode-elixir-ls copied to clipboard
Add `Recompile project` command
Please add Recompile project command to ElixirLS vs code extension.
It's so annoying to close editor, remove .elixir_ls folder and start editor again every time you refactoring something.
I started work on a custom command to run mix clean within .elixir_ls directory.
An we'll need a similar command to clean and restart dialyzer
Thanks @lukaszsamson for all your hard work that you make available to anyone for free. :heart: