Skip to content

Commit

Permalink
fixed file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomura committed Feb 14, 2025
1 parent 0f019ad commit cf2f601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/container.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { LegacyAtlascodeUriHandler, ONBOARDING_URL, SETTINGS_URL } from './uriHandler/legacyUriHandler';
import { BitbucketIssue, BitbucketSite, PullRequest, WorkspaceRepo } from './bitbucket/model';
import { Disposable, ExtensionContext, env, workspace, UIKind, window } from 'vscode';
import { ExtensionContext, env, workspace, UIKind, window } from 'vscode';
import { IConfig, configuration } from './config/configuration';

import { analyticsClient } from './analytics-node-client/src/client.min.js';
Expand Down

0 comments on commit cf2f601

Please sign in to comment.