From 6ed36ffc38c90f79fbd46a932b523ed413d9e60c Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Sun, 24 Nov 2024 10:53:45 +0100 Subject: [PATCH] . --- src/vs/workbench/contrib/chat/browser/chatSetup.contribution.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vs/workbench/contrib/chat/browser/chatSetup.contribution.ts b/src/vs/workbench/contrib/chat/browser/chatSetup.contribution.ts index 92a147d0d0ace..80f3bf3f37591 100644 --- a/src/vs/workbench/contrib/chat/browser/chatSetup.contribution.ts +++ b/src/vs/workbench/contrib/chat/browser/chatSetup.contribution.ts @@ -247,6 +247,7 @@ class ChatSetupEntitlementResolver extends Disposable { const entitlement = await this.doResolveEntitlement(session, token); if (typeof entitlement === 'number' && !token.isCancellationRequested) { + this.resolvedEntitlement = entitlement; this.update(entitlement); } }