mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 05:28:19 -05:00
Update src/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsSource.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fbce09fe53
commit
65a9f0bedc
@@ -313,7 +313,7 @@ export class InlineCompletionsSource extends Disposable {
|
||||
await wait(remainingTimeToWait, source.token);
|
||||
}
|
||||
|
||||
providerSuggestions.forEach(s => s.addPerformanceMarker('minShowDelayPassed'));
|
||||
suggestions.forEach(s => s.addPerformanceMarker('minShowDelayPassed'));
|
||||
|
||||
if (source.token.isCancellationRequested || this._store.isDisposed || this._textModel.getVersionId() !== request.versionId
|
||||
|| userJumpedToActiveCompletion.get() /* In the meantime the user showed interest for the active completion so dont hide it */) {
|
||||
|
||||
Reference in New Issue
Block a user