Skip to content

Commit

Permalink
DO NOT MERGE: trigger ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Mueller committed Jan 15, 2025
1 parent 43d18f9 commit 49d4ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// The module 'vscode' contains the VS Code extensibility API
// Import the module and reference it with the alias vscode in your code below
import { Disposable, ExtensionContext, window, workspace } from "vscode";
import { ConfigurationHandler } from "./configuration/configuration-handler";
import { ClearcaseScmProvider } from "./provider/clearcase-scm-provider";
import { UiInformation } from "./ui/ui-information";
import CcOutputChannel from "./ui/output-channel";
import { ConfigurationHandler } from "./configuration/configuration-handler";
import { UiInformation } from "./ui/ui-information";

// this method is called when your extension is activated
// your extension is activated the very first time the command is executed
Expand Down

0 comments on commit 49d4ddf

Please sign in to comment.