mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
adopt API changes in tests and extensions
This commit is contained in:
@@ -49,9 +49,9 @@ export function startClient(context: ExtensionContext, newLanguageClient: Langua
|
||||
}
|
||||
function updateLabel(item: CompletionItem) {
|
||||
if (item.kind === CompletionItemKind.Color) {
|
||||
item.label2 = {
|
||||
name: item.label,
|
||||
type: (item.documentation as string)
|
||||
item.label = {
|
||||
label: item.label as string,
|
||||
description: (item.documentation as string)
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user