Łukasz Samson
Łukasz Samson
Yes, language server transforms warnings from the compiler and dialyzer and sends them via publishDiagnostic protocol message.
Why are you removing features documentation (Debugger, Workspace symbols etc.)?
Nice @benwilson512 . I've got some points 1. How about caching formatter opts along with formattable files? I guess it will also need another TODOs: 2. Invalidate cache when `.formatter.exs`...
@benwilson512 @wingyplus is it still relevant? How's the speed after recent path glob changes?
Couldn't the website be built from tagged commits?
> Any clue why it doesn't work? @Sleepful Phoenix Router macros mess with modules in scopes. e.g. in ``` scope "/", Foo.Bar do pipe_through :browser scope "/some" do get "/:id",...
We can ask the community on elixirforum
@groig Have you tested it on any decent size project? IIRC this was super slow and that's why I explicitly disabled returning everything.
That's not supported. Currently elixir-ls debugger needs to execute the debugged app directly. To do it in docker it would need to run inside the container as well. I think...
This is going to be a breaking change for multi-workspace solutions. We start server for each rootUri in vscode extension. The new api sends all workspaces to all started servers...