"github.copilot.advanced": { } kindly tell what options we can try? #75155
Replies: 6 comments 1 reply
-
|
You need an code |
Beta Was this translation helpful? Give feedback.
-
|
I am looking for options that i can enable
…On Sun, Nov 12, 2023, 8:38 AM Viviloi ***@***.***> wrote:
You need an code
—
Reply to this email directly, view it on GitHub
<#75155 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRXJSB7IX3RLRMX7BFWGLTYEBAEXAVCNFSM6AAAAAA7GQWTTOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKNBTGMZDI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Hey there! 👋 Thanks for posting in the GitHub Community, @fisforfaheem! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category. The Accessibility category is a place for our community to discuss and provide feedback on the digital accessibility of GitHub products. Digital accessibility means that GitHub tools, and technologies, are designed and developed so that people with disabilities can use them. With that being said, you are more likely to get a useful response if you are explicit about what you're requesting, giving a few more details might help someone give you a nudge in the right direction. I've gone ahead and moved this to the correct category for you. Good luck! |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the tip! Hope to see a reply
…On Mon, Nov 13, 2023, 10:54 PM Sarto Jama ***@***.***> wrote:
Hey there! 👋
Thanks for posting in the GitHub Community, @fisforfaheem
<https://github.com/fisforfaheem>! We're happy you're here. You are more
likely to get a useful response if you are posting your question in the
applicable category. The Accessibility category is a place for our
community to discuss and provide feedback on the digital accessibility of
GitHub products. Digital accessibility means that GitHub tools, and
technologies, are designed and developed so that people with disabilities
can use them.
With that being said, you are more likely to get a useful response if you
are explicit about what you're requesting, giving a few more details might
help someone give you a nudge in the right direction.
I've gone ahead and moved this to the correct category for you. Good luck!
—
Reply to this email directly, view it on GitHub
<#75155 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRXJSCMFOAIC7XN5BQXDDDYEJNFJAVCNFSM6AAAAAA7GQWTTOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKNJXGAZTQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
You can extract these keys in the extension's {
"github.copilot.advanced": {
"type": "object",
"title": "Advanced Settings",
"properties": {
"authProvider": {
"type": "string",
"enum": ["github", "github-enterprise"],
"enumDescriptions": ["GitHub.com", "GitHub Enterprise"],
"default": "github",
"description": "The GitHub identity to use for Copilot"
},
"debug.overrideEngine": {
"type": "string",
"default": "",
"description": "Override engine name"
},
"debug.overrideProxyUrl": {
"type": "string",
"default": "",
"description": "Override GitHub authentication proxy full URL"
},
"debug.testOverrideProxyUrl": {
"type": "string",
"default": "",
"description": "Override GitHub authentication proxy URL when running tests"
},
"debug.overrideCapiUrl": {
"type": "string",
"default": "",
"description": "Override GitHub Copilot API full URL"
},
"debug.testOverrideCapiUrl": {
"type": "string",
"default": "",
"description": "Override GitHub Copilot API URL when running tests"
},
"debug.filterLogCategories": {
"type": "array",
"default": [],
"description": "Show only log categories listed in this setting. If an array is empty, show all loggers"
}
}
}
}These are most likely to break something if you change them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
How to add new options? and list of options list
Beta Was this translation helpful? Give feedback.
All reactions