Skip to content

Commit

Permalink
Fix accidently showing chat panel welcome (#208237)
Browse files Browse the repository at this point in the history
* Fix accidently showing chat panel welcome

* Update distro commit ID
  • Loading branch information
bhavyaus committed Mar 20, 2024
1 parent c37edea commit fb14b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.88.0",
"distro": "ff3bff60edcc6e1f7269509e1673036c00fa62bd",
"distro": "4339a6a9b230ccc77f864167a18bb70e4e662aae",
"author": {
"name": "Microsoft Corporation"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class EntitlementsContribution extends Disposable implements IWorkbenchContribut
}

private async enableEntitlements(session: AuthenticationSession) {
const isInternal = isInternalTelemetry(this.productService, this.configurationService) ?? true;
const isInternal = isInternalTelemetry(this.productService, this.configurationService);
const showAccountsBadge = this.configurationService.inspect<boolean>(accountsBadgeConfigKey).value ?? false;
const showWelcomeView = this.configurationService.inspect<boolean>(chatWelcomeViewConfigKey).value ?? false;

Expand Down

0 comments on commit fb14b69

Please sign in to comment.