Skip to content

Commit

Permalink
fix command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbilu committed Dec 5, 2023
1 parent e9d3649 commit f24688a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/commandsHandler.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import { commands, ExtensionContext } from "vscode";
import SignInUsingCustomTokenCommand from "./authentication/loginWithCustomTokenCommand";
import { Capability, isCapabilityEnabled } from "./capabilities/capabilities";
import { StateType, STATUS_BAR_FIRST_TIME_CLICKED } from "./globals/consts";
import {
StateType,
STATUS_BAR_FIRST_TIME_CLICKED,
CONFIG_COMMAND,
} from "./globals/consts";
import openHub, { openHubExternal } from "./hub/openHub";
import { showStatusBarNotificationOptions } from "./statusBar/statusBarNotificationOptions";
import { CONFIG_COMMAND } from "./globals/consts";

const CONFIG_EXTERNAL_COMMAND = "TabNine::configExternal";
export const STATUS_BAR_COMMAND = "TabNine.statusBar";
Expand Down

0 comments on commit f24688a

Please sign in to comment.