You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Sublime Text 4169 on macOS 14.4 and asdf (elixir 1.16.1-otp-26, erlang 26.2.2), formatting a file triggers a full app recompile (and crash the web server started with mix phx.server in parallel). I guess the compilation in Sublime and in iTerm2 do not share the same compilation environment.
How to make sure Elixir Syntax uses the same compilation process as my default terminal?