|
28 | 28 | 'global.cloudIntegrations.connected.count': number,
|
29 | 29 | 'global.cloudIntegrations.connected.ids': string,
|
30 | 30 | 'global.debugging': boolean,
|
| 31 | + // Cohort number between 1 and 100 to use for percentage-based rollouts |
31 | 32 | 'global.device.cohort': number,
|
32 | 33 | 'global.enabled': boolean,
|
33 | 34 | 'global.folders.count': number,
|
|
419 | 420 |
|
420 | 421 | ```typescript
|
421 | 422 | {
|
| 423 | + // Named for compatibility with other GK surfaces |
422 | 424 | 'draftId': string,
|
423 | 425 | 'provider': string,
|
| 426 | + // Named for compatibility with other GK surfaces |
424 | 427 | 'reason': 'committed' | 'rejected' | 'accepted',
|
| 428 | + // Named for compatibility with other GK surfaces |
425 | 429 | 'repoPrivacy': 'private' | 'public' | 'local',
|
426 | 430 | 'repository.visibility': 'private' | 'public' | 'local'
|
427 | 431 | }
|
|
433 | 437 |
|
434 | 438 | ```typescript
|
435 | 439 | {
|
| 440 | + // Named for compatibility with other GK surfaces |
436 | 441 | 'draftId': string,
|
| 442 | + // Named for compatibility with other GK surfaces |
437 | 443 | 'draftPrivacy': 'private' | 'public' | 'invite_only' | 'provider_access',
|
| 444 | + // Named for compatibility with other GK surfaces |
438 | 445 | 'filesChanged': number,
|
439 | 446 | 'provider': string,
|
| 447 | + // Named for compatibility with other GK surfaces |
440 | 448 | 'repoPrivacy': 'private' | 'public' | 'local',
|
441 | 449 | 'repository.visibility': 'private' | 'public' | 'local',
|
| 450 | + // Named for compatibility with other GK surfaces |
442 | 451 | 'source': 'reviewMode'
|
443 | 452 | }
|
444 | 453 | ```
|
|
449 | 458 |
|
450 | 459 | ```typescript
|
451 | 460 | {
|
| 461 | + // Named for compatibility with other GK surfaces |
452 | 462 | 'draftId': string,
|
| 463 | + // Named for compatibility with other GK surfaces |
453 | 464 | 'draftPrivacy': 'private' | 'public' | 'invite_only' | 'provider_access',
|
454 | 465 | 'provider': string,
|
| 466 | + // Named for compatibility with other GK surfaces |
455 | 467 | 'repoPrivacy': 'private' | 'public' | 'local',
|
456 | 468 | 'repository.visibility': 'private' | 'public' | 'local',
|
| 469 | + // Named for compatibility with other GK surfaces |
457 | 470 | 'source': string
|
458 | 471 | }
|
459 | 472 | ```
|
@@ -1443,8 +1456,10 @@ void
|
1443 | 1456 | {
|
1444 | 1457 | 'filesChanged': number,
|
1445 | 1458 | 'provider': string,
|
| 1459 | + // Provided for compatibility with other GK surfaces |
1446 | 1460 | 'repoPrivacy': 'private' | 'public' | 'local',
|
1447 | 1461 | 'repository.visibility': 'private' | 'public' | 'local',
|
| 1462 | + // Provided for compatibility with other GK surfaces |
1448 | 1463 | 'source': 'account' | 'subscription' | 'graph' | 'patchDetails' | 'settings' | 'timeline' | 'home' | 'view' | 'code-suggest' | 'associateIssueWithBranch' | 'cloud-patches' | 'commandPalette' | 'deeplink' | 'inspect' | 'inspect-overview' | 'integrations' | 'launchpad' | 'launchpad-indicator' | 'launchpad-view' | 'notification' | 'prompt' | 'quick-wizard' | 'remoteProvider' | 'startWork' | 'trial-indicator' | 'scm-input' | 'walkthrough' | 'whatsnew' | 'worktrees'
|
1449 | 1464 | }
|
1450 | 1465 | ```
|
@@ -1772,9 +1787,12 @@ or
|
1772 | 1787 |
|
1773 | 1788 | ```typescript
|
1774 | 1789 | {
|
| 1790 | + // `true` if the user cancels the VS Code prompt to open the browser |
1775 | 1791 | 'aborted': boolean,
|
1776 | 1792 | 'action': 'upgrade',
|
| 1793 | + // Promo discount code associated with the upgrade |
1777 | 1794 | 'promo.code': string,
|
| 1795 | + // Promo key (identifier) associated with the upgrade |
1778 | 1796 | 'promo.key': string
|
1779 | 1797 | }
|
1780 | 1798 | ```
|
|
0 commit comments