fortime
fortime
Currently, JDT Language Server uses initializationOptions to pass `workspaceFolders`. https://github.com/eclipse/eclipse.jdt.ls/blob/1dfdeeafb9d0dd7c16d915763a30088dfa3a721e/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/handlers/InitHandler.java#L93 Since 3.6, lsp has added a parameter for passing `workspaceFolders`. https://github.com/eclipse/lsp4j/blob/2a3db10fe9719f3869a715c58fd683bd493dfdeb/org.eclipse.lsp4j/src/main/xtend-gen/org/eclipse/lsp4j/InitializeParams.java#L73-L81 I use ycmd, it uses the official parameter. Please...
# Issue Prelude **Please complete these steps and check these boxes (by putting an `x` inside the brackets) _before_ filing your issue:** - [x ] I have read and understood...