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 8d2ea38 commit a87094bCopy full SHA for a87094b
src/platform/inlineEdits/node/inlineEditsModelService.ts
@@ -326,7 +326,7 @@ export class InlineEditsModelService extends Disposable implements IInlineEditsM
326
// otherwise, use built-in defaults
327
if (copilotToken?.isFcv1()) {
328
return InlineEditsModelService.COPILOT_NES_XTAB_MODEL;
329
- } if (copilotToken?.isFreeUser || copilotToken?.isNoAuthUser) {
+ } else if (copilotToken?.isFreeUser || copilotToken?.isNoAuthUser) {
330
return InlineEditsModelService.COPILOT_NES_CALLISTO;
331
} else {
332
return InlineEditsModelService.COPILOT_NES_OCT;
0 commit comments