Share via


LanguageServerOptions.InitializationOptions Property

Definition

Gets or sets the initialization options object the client wants to send when 'initialize' message is sent.

[MessagePack.MessagePackFormatter(typeof(Microsoft.VisualStudio.RpcContracts.LanguageServerProvider.LanguageServerOptions+JTokenFormatter))]
[System.Runtime.Serialization.DataMember(Order=0)]
public Newtonsoft.Json.Linq.JToken? InitializationOptions { get; set; }
[<MessagePack.MessagePackFormatter(typeof(Microsoft.VisualStudio.RpcContracts.LanguageServerProvider.LanguageServerOptions+JTokenFormatter))>]
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.InitializationOptions : Newtonsoft.Json.Linq.JToken with get, set
Public Property InitializationOptions As JToken

Property Value

Newtonsoft.Json.Linq.JToken
Attributes
MessagePack.MessagePackFormatterAttribute DataMemberAttribute

Applies to