Skip to content

Commit a744717

Browse files
committed
Ensures our fetch instance
1 parent 8d1c360 commit a744717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plus/ai/aiProviderService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { CancellationToken, Disposable, Event, MessageItem, ProgressOptions } from 'vscode';
22
import { CancellationTokenSource, env, EventEmitter, window } from 'vscode';
3+
import { fetch } from '@env/fetch';
34
import type { AIPrimaryProviders, AIProviderAndModel, AIProviders, SupportedAIModels } from '../../constants.ai';
45
import {
56
anthropicProviderDescriptor,

0 commit comments

Comments
 (0)