File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/vs/workbench/contrib/accountEntitlements/browser Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " code-oss-dev" ,
3
3
"version" : " 1.88.0" ,
4
- "distro" : " ff3bff60edcc6e1f7269509e1673036c00fa62bd " ,
4
+ "distro" : " 4339a6a9b230ccc77f864167a18bb70e4e662aae " ,
5
5
"author" : {
6
6
"name" : " Microsoft Corporation"
7
7
},
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ class EntitlementsContribution extends Disposable implements IWorkbenchContribut
148
148
}
149
149
150
150
private async enableEntitlements ( session : AuthenticationSession ) {
151
- const isInternal = isInternalTelemetry ( this . productService , this . configurationService ) ?? true ;
151
+ const isInternal = isInternalTelemetry ( this . productService , this . configurationService ) ;
152
152
const showAccountsBadge = this . configurationService . inspect < boolean > ( accountsBadgeConfigKey ) . value ?? false ;
153
153
const showWelcomeView = this . configurationService . inspect < boolean > ( chatWelcomeViewConfigKey ) . value ?? false ;
154
154
You can’t perform that action at this time.
0 commit comments