JakeBecker / vscode-elixir-ls

Elixir language support and debugger for VS Code, powered by ElixirLS.
391 stars 42 forks source link

Fetching deps on save #148

Closed yordis closed 4 years ago

yordis commented 5 years ago

Every time I save I see a message popup

Screen Shot 2019-09-04 at 4 08 21 AM

I am not sure what is going on

gushonorato commented 5 years ago

Mee too. It's quite annoying.

tacoman667 commented 4 years ago

image

Same here. Been happening for at least a few weeks for me. Oddly enough, if I switch amqp to 1.1 in mix file, it doesn't happen anymore.

I use the terminal in the bottom frame all the time and this notification constantly blocks a lot of messages.

Edit: I also get an entire mix file red squiggly with amqp set to 1.3. Again, no issue with 1.1.

logicmason commented 4 years ago

This consistently blocks my view of the integrated terminal in the bottom 1/4 of the screen. My workflow is save, pop down to the terminal, type iex -S mix phx.server and then have my view obstructed by the fetching deps popup.

Is there any way of disabling it?

DragosMocrii commented 4 years ago

For those affected by this issue, see https://github.com/JakeBecker/elixir-ls/issues/71

JakeBecker commented 4 years ago

This project has moved!

It's now being maintained by proactive volunteers from the Elixir community over at elixir-lsp/vscode-elixir-ls. The main ElixirLS codebase is now at elixir-lsp/elixir-ls. Updates will continue to be published from that repo to the original VS Code extension, so no need to switch plugins.

To avoid inundating the new maintainers with issues, please verify that your issue persists with the latest version of the extension (which is published from the new repo) before re-filing your issue there.

Thanks for using ElixirLS!