alepekhin

Results 2 issues of alepekhin

Please add a file backend/.env.sample with the content ``` NODE_ENV=development DATABASE=mongodb://localhost:27017/local ``` After that everything works like a charm with locally installed mongodb. Thanks for great example!

I use vim-lsc plugin and this language server built from sources. It works fine with small and average size Java projects. With huge projects, about several thousands Java files, it...