mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
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:
62
product.json
62
product.json
@@ -82,5 +82,65 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user