| 1896 | //#region https://github.com/microsoft/vscode/issues/39441 |
| 1897 | |
| 1898 | export interface CompletionItem { |
| 1899 | /** |
| 1900 | * Will be merged into CompletionItem#label |
| 1901 | */ |
| 1902 | label2?: CompletionItemLabel; |
| 1903 | } |
| 1904 | |
| 1905 | export interface CompletionItemLabel { |
| 1906 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected