You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At my work we have a large project which has a maven project root, maven middle project root and maven project. At the project level there are some javascript node modules that use gradle.
I'm using YCM with the latest jdt.ls version as of writing 0.25. ycm-core/ycmd@aa1c7b7 is the commit I'm at (thanks to Boris and micbou at YCM for help with this).
That prevents node modules with gradle build files in it to be imported as Maven projects. That works well for vscode.
Does ycmd override those settings?
Is that a default in the server-side, or the VSCode client ?
ycmd does not override any settings for jdt.ls by default and I would be very surprised if any user was setting any of them using the mechanism we support to set them
At my work we have a large project which has a maven project root, maven middle project root and maven project. At the project level there are some javascript node modules that use gradle.
I'm using YCM with the latest jdt.ls version as of writing 0.25. ycm-core/ycmd@aa1c7b7 is the commit I'm at (thanks to Boris and micbou at YCM for help with this).
https://ptpb.pw/-B6R
https://ptpb.pw/jMe1
https://ptpb.pw/Ntt3
The above are the errorlogs from ycm with debug on.
After I removed the projects that where using gradle, the completion works.
The text was updated successfully, but these errors were encountered: