Skip to content

Commit fb14b69

Browse files
authored
Fix accidently showing chat panel welcome (microsoft#208237)
* Fix accidently showing chat panel welcome * Update distro commit ID
1 parent c37edea commit fb14b69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-oss-dev",
33
"version": "1.88.0",
4-
"distro": "ff3bff60edcc6e1f7269509e1673036c00fa62bd",
4+
"distro": "4339a6a9b230ccc77f864167a18bb70e4e662aae",
55
"author": {
66
"name": "Microsoft Corporation"
77
},

src/vs/workbench/contrib/accountEntitlements/browser/accountsEntitlements.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class EntitlementsContribution extends Disposable implements IWorkbenchContribut
148148
}
149149

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

0 commit comments

Comments
 (0)