eng - make it possible run OSS with chat development setup (#272268)

* eng - make it possible run OSS with chat development setup

* easy
This commit is contained in:
Benjamin Pasero
2025-10-20 21:54:15 +02:00
committed by GitHub
parent ab73e46a31
commit 025f45e7aa

View File

@@ -82,5 +82,65 @@
"publisherDisplayName": "Microsoft" "publisherDisplayName": "Microsoft"
} }
} }
] ],
"defaultChatAgent": {
"extensionId": "GitHub.copilot",
"chatExtensionId": "GitHub.copilot-chat",
"documentationUrl": "https://aka.ms/github-copilot-overview",
"termsStatementUrl": "https://aka.ms/github-copilot-terms-statement",
"privacyStatementUrl": "https://aka.ms/github-copilot-privacy-statement",
"skusDocumentationUrl": "https://aka.ms/github-copilot-plans",
"publicCodeMatchesUrl": "https://aka.ms/github-copilot-match-public-code",
"manageSettingsUrl": "https://aka.ms/github-copilot-settings",
"managePlanUrl": "https://aka.ms/github-copilot-manage-plan",
"manageOverageUrl": "https://aka.ms/github-copilot-manage-overage",
"upgradePlanUrl": "https://aka.ms/github-copilot-upgrade-plan",
"signUpUrl": "https://aka.ms/github-sign-up",
"provider": {
"default": {
"id": "github",
"name": "GitHub"
},
"enterprise": {
"id": "github-enterprise",
"name": "GHE.com"
},
"google": {
"id": "google",
"name": "Google"
},
"apple": {
"id": "apple",
"name": "Apple"
}
},
"providerUriSetting": "github-enterprise.uri",
"providerScopes": [
[
"user:email"
],
[
"read:user"
],
[
"read:user",
"user:email",
"repo",
"workflow"
]
],
"entitlementUrl": "https://api.github.com/copilot_internal/user",
"entitlementSignupLimitedUrl": "https://api.github.com/copilot_internal/subscribe_limited_user",
"chatQuotaExceededContext": "github.copilot.chat.quotaExceeded",
"completionsQuotaExceededContext": "github.copilot.completions.quotaExceeded",
"walkthroughCommand": "github.copilot.open.walkthrough",
"completionsMenuCommand": "github.copilot.toggleStatusMenu",
"completionsRefreshTokenCommand": "github.copilot.signIn",
"chatRefreshTokenCommand": "github.copilot.refreshToken",
"generateCommitMessageCommand": "github.copilot.git.generateCommitMessage",
"resolveMergeConflictsCommand": "github.copilot.git.resolveMergeConflicts",
"completionsAdvancedSetting": "github.copilot.advanced",
"completionsEnablementSetting": "github.copilot.enable",
"nextEditSuggestionsSetting": "github.copilot.nextEditSuggestions.enabled"
}
} }