Skip to content

Commit

Permalink
Merge pull request #74817 from dotnet/davidwengier-patch-1
Browse files Browse the repository at this point in the history
Fix Typo in LSP protocol type
  • Loading branch information
davidwengier authored Aug 20, 2024
2 parents f318971 + 16386de commit 5989ba0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal class SemanticTokensRequestsFullSetting
/// <c>textDocument/semanticTokens/full/delta</c> request if the server
/// provides a corresponding handler.
/// </summary>
[JsonPropertyName("range")]
[JsonPropertyName("delta")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool Delta { get; set; }
}
Expand Down

0 comments on commit 5989ba0

Please sign in to comment.