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
Currently the time budget for a TS context request is 150ms. From telemetry we know that inline completion requests that take longer than 120 ms have a higher tendency to be cancelled. We did quite some work to get under 50ms but numbers show that this is not enough. A caching implementation that targets 20ms is in Insiders but needs some final polish.