elixir-tools / elixir-tools.vscode

Visual Studio Code extension for Elixir
https://marketplace.visualstudio.com/items?itemName=elixir-tools.elixir-tools
Other
87 stars 9 forks source link

variable is unused warning despite underscore prefix #70

Open supernintendo opened 7 months ago

supernintendo commented 7 months ago

I'm seeing the following warning with elixir-tools v0.12.0 despite the presence of a leading underscore (the expanded warning never loads):

Screenshot 2023-11-28 at 11 57 53 AM

This warning is not reported by Elixir on compilation, which is the expected behavior.

mhanberg commented 7 months ago

Can you check the output panel to see if there are any errors?