SemanticTokensWorkspaceSetting.RefreshSupport Property

Definition

Gets or sets a value indicating whether the client implementation supports a refresh request sent from the server to the client.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="refreshSupport")]
public bool RefreshSupport { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="refreshSupport")>]
member this.RefreshSupport : bool with get, set
Public Property RefreshSupport As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Remarks

Note that this event is global and will force the client to refresh all semantic tokens currently shown.It should be used with absolute care and is useful for situation where a server for example detect a project wide change that requires such a calculation.

Applies to