3 references to SemanticTokensRequestsSetting
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\SemanticTokens\SemanticTokensSetting.cs (3)
26/// server. If for example the client capability <see cref="SemanticTokensRequestsSetting.Full"/> 27/// and <see cref="SemanticTokensRequestsSetting.Range"/> are both set to true 34public SemanticTokensRequestsSetting Requests { get; set; }