Standardize insertText
to be above insertTextFormat
This commit is contained in:
parent
33f03d36a5
commit
36ea1975bd
@ -2602,8 +2602,8 @@ fn makeScopeInternal(
|
||||
try error_completions.put(allocator, .{
|
||||
.label = tree.tokenSlice(i),
|
||||
.kind = .Constant,
|
||||
.insertTextFormat = .PlainText,
|
||||
.insertText = tree.tokenSlice(i),
|
||||
.insertTextFormat = .PlainText,
|
||||
}, {});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user