rlipscombe
The VS Code Elixir extension keeps reporting “Building core Dialyzer Elixir PLT. This will take a few minutes…”, and it keeps restarting.
If I look in the “Problems” tab in VS Code, it says “could not make directory (with -p) “/.mix”: permission denied.”
Why is it attempting to write to /? How can I fix it?
It also occasionally asks about installing rebar3, which is already installed. I’m assuming it’s failing for the same reason.
Trending in Questions
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
Hello,
I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
So my question is quite simple and i have found no conclusive answer on forum, google or AI.
Should we use :erlang.float for Integer to ...
New
Documentation
While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
asincrono
which extensions?
ElixirLS has the option: “Project Dir: ubdirectory containing Mix project if not in the project root
Value must be 1 or more characters long.”.
(I had “.” in that field, had to left it blank or the extension didn’t work.)
Maybe your problem has something to do with that.
NobbZ
It seems that whatever starts the LS, and therefore the LS and everything it starts, has a malformed view on one of these system variables:
XDG_CONFIG_HOMEorXDG_DATA_HOMEMIX_HOMEHOMEWhen you run eg
mix archive.install hex phx_newfrom a terminal, what does happen then? In that same terminal, what are the values of these environment variable mentioned above?rlipscombe
It’s blank.
rlipscombe
Works fine.
NobbZ
How do you start vscode?
rlipscombe
By running
code .in the terminal from within the relevant directory. I should note that this has been working fine until fairly recently.The same problem occurs in more than one folder, incidentally. In the first, I’m using direnv and kiex to manage Elixir; in the second, it’s the system default (1.10.2).
Looking at the stack trace, it’s failing here: elixir-ls/apps/language_server/lib/language_server/dialyzer/manifest.ex at 1256038da37b2581dadb0f15c51d9cff590034ee · elixir-lsp/elixir-ls · GitHub
Which suggests that
Mix.Utils.mix_home()is returning an invalid value. But if I runiex -S mixin the VS Code terminal, that function returns/home/roger/.mix, as expected.rlipscombe
rlipscombe
I’ve uninstalled and reinstalled the ElixirLS extension and it’s still doing it.
andreolvr
Seems like you are using the original ElixirLS extension, which is not receiving updates anymore. I don’t know if this will solve your problem, but take a look at ElixirLS Fork.
rlipscombe
As far as I understand it, the new fork uses the same extension ID, as of quite recently.
It doesn’t. I tried a git clone of that extension directly, and filed Repeatedly fails to build core Dialyzer Elixir PLT · Issue #85 · elixir-lsp/vscode-elixir-ls · GitHub