Skip to content

Commit

Permalink
DEV2-4422 add prefetch requests in enterprise (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonip23 authored Dec 4, 2023
1 parent 90859fa commit bcced84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/enterprise/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import SelfHostedChatEnabledState from "./tabnineChatWidget/SelfHostedChatEnable
import { emptyStateAuthenticateView } from "../tabnineChatWidget/webviews/emptyStateAuthenticateView";
import { emptyStateNotPartOfATeamView } from "../tabnineChatWidget/webviews/emptyStateNotPartOfATeamView";
import BINARY_STATE from "../binary/binaryStateSingleton";
import { activeTextEditorState } from "../activeTextEditorState";

const TABNINE_ENTERPISE_CONTEXT_KEY = "tabnine.enterprise";

Expand All @@ -60,6 +61,7 @@ export async function activate(
context.subscriptions.push(await setEnterpriseContext(context));
context.subscriptions.push(new WorkspaceUpdater());
context.subscriptions.push(BINARY_STATE);
context.subscriptions.push(activeTextEditorState);

initReporter(new LogReporter());
const statusBar = new StatusBar(context);
Expand Down

0 comments on commit bcced84

Please sign in to comment.