Skip to content

Commit

Permalink
chat - tweaks to welcome (#234500)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero authored Nov 25, 2024
1 parent 8eb7fac commit 6864e0b
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 199 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.96.0",
"distro": "0f524a5cfa305bf4a8cc06ca7fd2d4363ec8c7c1",
"distro": "b923ae4b113ee415bd170b90e6d8500a76516360",
"author": {
"name": "Microsoft Corporation"
},
Expand Down Expand Up @@ -240,4 +240,4 @@
"optionalDependencies": {
"windows-foreground-love": "0.5.0"
}
}
}
6 changes: 4 additions & 2 deletions src/vs/base/common/product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ export interface IDefaultChatAgent {
readonly providerScopes: string[][];
readonly entitlementUrl: string;
readonly entitlementChatEnabled: string;
readonly entitlementSkuLimitedUrl: string;
readonly entitlementSkuLimitedEnabled: string;
readonly entitlementSignupLimitedUrl: string;
readonly entitlementCanSignupLimited: string;
readonly entitlementSkuType: string;
readonly entitlementSkuTypeLimited: string;
}
Loading

0 comments on commit 6864e0b

Please sign in to comment.