We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfd48e commit a3e3a13Copy full SHA for a3e3a13
src/platform/inlineEdits/node/inlineEditsModelService.ts
@@ -362,7 +362,7 @@ export class InlineEditsModelService extends Disposable implements IInlineEditsM
362
return model;
363
}
364
365
- return this.determineDefaultModel(undefined, undefined);
+ return this.determineDefaultModel(this._copilotTokenObs.get(), this._defaultModelConfigObs.get());
366
367
368
private parseModelConfigStringSetting(configKey: ExperimentBasedConfig<string | undefined>): ModelConfiguration | undefined {
0 commit comments