File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ function registerQuotaViewCommands(view: GitGuardianQuotaWebviewProvider) {
120120
121121export function activate ( context : ExtensionContext ) {
122122 // Check if ggshield if available
123- const outputChannel = window . createOutputChannel ( "GGShield Resolver " ) ;
123+ const outputChannel = window . createOutputChannel ( "GitGuardian " ) ;
124124 let configuration = createDefaultConfiguration ( context ) ;
125125 let authStatus : boolean = false ;
126126 const ggshieldResolver = new GGShieldResolver (
@@ -222,6 +222,7 @@ export function activate(context: ExtensionContext) {
222222 }
223223 ) ,
224224 commands . registerCommand ( "gitguardian.authenticate" , async ( ) => {
225+ outputChannel . show ( ) ;
225226 const isAuthenticated = await loginGGShield (
226227 ggshieldResolver . configuration ,
227228 outputChannel
You can’t perform that action at this time.
0 commit comments