nwolverson / purescript-language-server

MIT License
184 stars 41 forks source link

Add flake.nix to list of files for detecting projects #136

Closed ursi closed 3 years ago

ursi commented 3 years ago

I've been working on purs-nix which is a tool that lets you manage your purescript projects with just nix. Because of this, there is no bower.json, psc-package.json, or spago.dhall in my directories and the language server is complaining. This fixes the issue by adding flake.nix to the list of files it looks for.

nwolverson commented 3 years ago

Thanks!