You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After our chat it doesn't look like we'll be able to defer this to after keypress, so closing this off as this change was so I could experiment with doing that conveniently.
This may still be a valid debt item but I'll leave that up to you.
Part of #161622 - trying to defer bracket pairs evaluation so it doesn't impact input latency, that's harder with the current dependency graph.
It looks like it only does things when events fire:
vscode/src/vs/editor/common/model/textModel.ts
Lines 323 to 332 in e3a3693
Instead of
TokenizationTextModelPart
using it, canBracketPairsTextModelPart
useTokenizationTextModelPart
? ie.I can make the change, just want some guidance.
The text was updated successfully, but these errors were encountered: