We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sendToOutput
1 parent 2e8839c commit 4aa25d0Copy full SHA for 4aa25d0
src/Diffy.ts
@@ -6,6 +6,7 @@ import GitService from "./service/GitService";
6
import OpenAiService from "./service/OpenAiService";
7
import WindowService from "./service/WindowService";
8
import WorkspaceService from "./service/WorkspaceService";
9
+import { sendToOutput } from "./utils/log";
10
11
class Diffy extends BaseDiffy {
12
static _instance: Diffy;
@@ -34,6 +35,7 @@ class Diffy extends BaseDiffy {
34
35
this.onWorkSpaceChanged();
36
});
37
this.isEnabled = true;
38
+ sendToOutput(`initiated`);
39
}
40
41
/**
0 commit comments