2 references to DidChangeWorkspaceFoldersParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\FileOperations\WorkspaceFoldersChangeEvent.cs (1)
10/// The workspace folder change event provided by the <see cref="DidChangeWorkspaceFoldersParams"/>
Protocol\Methods.Workspace.cs (1)
121public static readonly LspNotification<DidChangeWorkspaceFoldersParams> WorkspaceDidChangeWorkspaceFolders = new(WorkspaceDidChangeWorkspaceFoldersName);