You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vscode.CompletionItem#label-property can now, in addition to a string, be a CompletionItemLabel. This allows for more structured labels. Have an extension that implements a completion item provider, e.g start with https://github.com/microsoft/vscode-extension-samples/tree/main/completions-sample, and use the CompletionItemLabel. Test that (1) things work, (2) are documented properly, and (3) is good API
The text was updated successfully, but these errors were encountered:
Refs: #39441
Complexity: 2
Create Issue
The
vscode.CompletionItem#label
-property can now, in addition to a string, be aCompletionItemLabel
. This allows for more structured labels. Have an extension that implements a completion item provider, e.g start with https://github.com/microsoft/vscode-extension-samples/tree/main/completions-sample, and use theCompletionItemLabel
. Test that (1) things work, (2) are documented properly, and (3) is good APIThe text was updated successfully, but these errors were encountered: