mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
default is true, fix the log (#263931)
This commit is contained in:
committed by
GitHub
parent
2562f23a96
commit
7d1d412b25
@@ -34,7 +34,7 @@ function shouldUseMsal(expService: IExperimentationService): boolean {
|
||||
return expValue;
|
||||
}
|
||||
|
||||
Logger.info('Acquired MSAL enablement value from default. Value: false');
|
||||
Logger.info('Acquired MSAL enablement value from default. Value: true');
|
||||
// If no setting or experiment value is found, default to true
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user