Skip to content

Commit 1132f44

Browse files
deboer-timdgolovin
authored andcommitted
chore: fix deactivate log and make activate/deactivate logs match
Signed-off-by: Tim deBoer <[email protected]>
1 parent 9a5addb commit 1132f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async function getAuthService() {
7979
}
8080

8181
export async function activate(extensionContext: extensionApi.ExtensionContext): Promise<void> {
82-
console.log('starting extension redhat-authentication');
82+
console.log('starting redhat-authentication extension');
8383

8484
await initMenu(extensionContext);
8585

@@ -134,5 +134,5 @@ export async function activate(extensionContext: extensionApi.ExtensionContext):
134134
}
135135

136136
export function deactivate(): void {
137-
console.log('stopping kube-context extension');
137+
console.log('stopping redhat-authentication extension');
138138
}

0 commit comments

Comments
 (0)