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
Replace buffer.slice in text search with buffer.toString(undefined, start, end).
This is much faster although it's not totally obvious why. But it's run for every line of every file in the workspace so it's very sensitive. See microsoft#15384.
0 commit comments