Implements #136452 by introducing the flag completeBracketPairs for inline completions.

This commit is contained in:
Henning Dieterichs
2022-01-21 13:05:03 +01:00
parent 773655d098
commit 9c468f3d03
12 changed files with 226 additions and 32 deletions

View File

@@ -1083,6 +1083,7 @@ class InlineCompletionAdapter {
range: item.range ? typeConvert.Range.from(item.range) : undefined,
command,
idx: idx,
completeBracketPairs: item.completeBracketPairs
});
}),
};