WorkspaceEdit Class

Definition

Class representing a request sent from a language server to modify resources in the workspace.

See the Language Server Protocol specification for additional information.

public ref class WorkspaceEdit
[System.Runtime.Serialization.DataContract]
public class WorkspaceEdit
[<System.Runtime.Serialization.DataContract>]
type WorkspaceEdit = class
Public Class WorkspaceEdit
Inheritance
WorkspaceEdit
Attributes

Constructors

WorkspaceEdit()

Properties

Changes

Gets or sets a dictionary holding changes to existing resources.

DocumentChanges

Gets or sets an array representing versioned document changes.

Applies to