8 references to WorkspaceEditSetting
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Protocol\ApplyWorkspaceEditResponse.cs (1)
39
/// This property is only available if the client signals a <see cref="
WorkspaceEditSetting
.FailureHandling"/> strategy in its client capabilities.
Protocol\TextDocumentEdit.cs (1)
32
/// Use of <see cref="AnnotatedTextEdit"/> is guarded by the capability <see cref="
WorkspaceEditSetting
.ChangeAnnotationSupport"/>.
Protocol\WorkspaceClientCapabilities.cs (1)
31
public
WorkspaceEditSetting
? WorkspaceEdit { get; set; }
Protocol\WorkspaceEdit.cs (5)
26
/// Depending on the client capability <see cref="
WorkspaceEditSetting
.ResourceOperations"/>,
32
/// <see cref="
WorkspaceEditSetting
.DocumentChanges"/> client capability.
35
/// If a client neither supports <see cref="
WorkspaceEditSetting
.DocumentChanges"/> nor
36
/// <see cref="
WorkspaceEditSetting
.ResourceOperations"/> then only plain <see cref="TextEdit"/>s
49
/// Whether clients honor this property depends on the client capability <see cref="
WorkspaceEditSetting
.ChangeAnnotationSupport"/>.