UserWasNotFound
UserWasNotFound
I've run into this issue and I have determined the conditions for this occurring. If lsp-mode was unable to automatically determine the project root, this bug will occur when the...
@yyoncho Sorry, let me explain better. On project import, if the first option `i==>Import project root /a/path/` is not the correct project root, this bug will occur for me.
@yyoncho What I am saying is that the bug that @adhilton describes occurs if the project root guessed by lsp-mode is incorrect. Selecting the root interactively will not prevent this...
After continued experimentation, I have found the only way to have completions reliably work in a Gradle project is to not only `git init` but also `git add` the relevant...