File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,7 @@ function registerQuotaViewCommands(view: GitGuardianQuotaWebviewProvider) {
120120
121121export function activate ( context : ExtensionContext ) {
122122 // Check if ggshield if available
123- commands . executeCommand ( 'setContext' , 'isAuthenticated' , false ) ;
124- const outputChannel = window . createOutputChannel ( "GGShield Resolver" ) ;
123+ const outputChannel = window . createOutputChannel ( "GitGuardian" ) ;
125124 let configuration = createDefaultConfiguration ( context ) ;
126125 let authStatus : boolean = false ;
127126 const ggshieldResolver = new GGShieldResolver (
@@ -225,6 +224,7 @@ export function activate(context: ExtensionContext) {
225224 }
226225 ) ,
227226 commands . registerCommand ( "gitguardian.authenticate" , async ( ) => {
227+ outputChannel . show ( ) ;
228228 const isAuthenticated = await loginGGShield (
229229 ggshieldResolver . configuration ,
230230 outputChannel
You can’t perform that action at this time.
0 commit comments