elixir-tools / next-ls

The language server for Elixir that just works. Ready for early adopters!
https://www.elixir-tools.dev/next-ls
MIT License
700 stars 40 forks source link

Warnings with BCrypt #545

Open cvkmohan opened 3 months ago

cvkmohan commented 3 months ago

When we use the mix phx.gen.auth command, nextls is showing 3 warnings. All of them related to Bcrypt. It says module BCrypt is not available or not defined. However, no compilation errors or run time errors. What could be the reason?