We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa39c4 commit e30c682Copy full SHA for e30c682
update.sh
@@ -124,10 +124,9 @@ if get_boolean_response "Running this command assumes you've previoulsy run the
124
echo_item "Updating Elixir Language Server..." yellow
125
rm -rf ~/.lsp/elixir
126
git clone https://github.com/elixir-lsp/elixir-ls.git ~/.lsp/elixir
127
- mkdir -p ~/.lsp/elixir/rel
128
cd ~/.lsp/elixir
129
mix deps.get && mix compile
130
- MIX_ENV=prod mix elixir_ls.release -o rel
+ MIX_ENV=prod mix elixir_ls.release
131
cd
132
fi
133
if exists "solargraph"; then
0 commit comments