Share via


SemanticTokensSetting.OverlappingTokenSupport Property

Definition

Gets or sets a value indicating whether the client supports tokens that can overlap each other.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to