mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
renameTimedOut type
This commit is contained in:
@@ -451,7 +451,7 @@ export class InlineCompletionsSource extends Disposable {
|
||||
notShownReason: undefined,
|
||||
renameCreated: false,
|
||||
renameDuration: undefined,
|
||||
renameTimedOut: undefined,
|
||||
renameTimedOut: false,
|
||||
};
|
||||
|
||||
const dataChannel = this._instantiationService.createInstance(DataChannelForwardingTelemetryService);
|
||||
|
||||
@@ -41,7 +41,7 @@ export type InlineCompletionEndOfLifeEvent = {
|
||||
notShownReason: string | undefined;
|
||||
renameCreated: boolean;
|
||||
renameDuration: number | undefined;
|
||||
renameTimedOut: boolean | undefined;
|
||||
renameTimedOut: boolean;
|
||||
// rendering
|
||||
viewKind: string | undefined;
|
||||
cursorColumnDistance: number | undefined;
|
||||
|
||||
Reference in New Issue
Block a user