1 reference to GetFolderPaths
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InitializeManager.cs (1)
35_workspaceFolderPathsOpt = initializeParams.WorkspaceFolders is [_, ..] workspaceFolders ? GetFolderPaths(workspaceFolders) : [];