mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
276f8dfbf1
* Defer RichEditBrackets creation **Bug** `RichEditBrackets` are currently created eagerly pretty early in startup. This can be a fairly call as well. **fix** Lazily create `RichEditBrackets` instead * Also defer electricChars in CursorConfiguration * Init all new members in ctor