mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Add prefer device flow config for GitHub auth (#271838)
* Initial plan * Add forceDeviceCodeFlow setting for GitHub authentication Co-authored-by: pwang347 <8560030+pwang347@users.noreply.github.com> * modifications * nit --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pwang347 <8560030+pwang347@users.noreply.github.com>
This commit is contained in:
@@ -62,6 +62,12 @@
|
||||
"default": true,
|
||||
"scope": "application",
|
||||
"markdownDescription": "%config.github-authentication.useElectronFetch.description%"
|
||||
},
|
||||
"github-authentication.preferDeviceCodeFlow": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"scope": "application",
|
||||
"markdownDescription": "%config.github-authentication.preferDeviceCodeFlow.description%"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user