Skip to content

Commit

Permalink
Add completion kind to task elements
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorKrolic committed Aug 30, 2023
1 parent 94185fc commit c30cfd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ CompletionItem TaskElementCompletionItem(string taskName, MSBuildTaskMetadata ta
Label = $"<{taskName}>",
Detail = "Task",
Documentation = MSBuildSchemaHelp.ForTask(taskName),
Kind = CompletionItemKind.Function,
SortText = $"{Priority:0000}<{taskName}>",
TextEdit = new TextEdit
{
Expand Down

0 comments on commit c30cfd2

Please sign in to comment.