mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Implements #136452 by introducing the flag completeBracketPairs for inline completions.
This commit is contained in:
@@ -1083,6 +1083,7 @@ class InlineCompletionAdapter {
|
||||
range: item.range ? typeConvert.Range.from(item.range) : undefined,
|
||||
command,
|
||||
idx: idx,
|
||||
completeBracketPairs: item.completeBracketPairs
|
||||
});
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user