Interface IMultiRootWorkspaceConfigFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.workspace.IWorkspaceConfig getWorkspaceConfig​(java.util.List<org.eclipse.lsp4j.WorkspaceFolder> workspaceFolders)
      Create a workspace config at the given location.
    • Method Detail

      • getWorkspaceConfig

        org.eclipse.xtext.workspace.IWorkspaceConfig getWorkspaceConfig​(java.util.List<org.eclipse.lsp4j.WorkspaceFolder> workspaceFolders)
        Create a workspace config at the given location.
        Parameters:
        workspaceFolders - the list of workspace root folders
        Returns:
        the workspace configuration.