parent
3448f5237a
commit
9dc9f5bd6a
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ export function convertCompletionEntry(
|
||||||
insertText = label
|
insertText = label
|
||||||
insertTextFormat = InsertTextFormat.Snippet
|
insertTextFormat = InsertTextFormat.Snippet
|
||||||
}
|
}
|
||||||
|
if (tsEntry.isSnippet) {
|
||||||
|
insertTextFormat = InsertTextFormat.Snippet
|
||||||
|
}
|
||||||
|
|
||||||
let textEdit: TextEdit | null = null
|
let textEdit: TextEdit | null = null
|
||||||
if (tsEntry.replacementSpan) {
|
if (tsEntry.replacementSpan) {
|
||||||
|
|
Loading…
Reference in a new issue