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