提交 fafb6c1d 编写于 作者: J Johannes Rieken

add default label, fixes #12119

上级 65b397c7
......@@ -315,7 +315,7 @@ export const Suggest = {
from(item: vscode.CompletionItem, disposables: IDisposable[]): modes.ISuggestion {
const suggestion: modes.ISuggestion = {
label: item.label,
label: item.label || '<missing label>',
insertText: item.insertText || item.label,
type: CompletionItemKind.from(item.kind),
detail: item.detail,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册