mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Include an ability to change the default client id (#238736)
Include an ability to change the client id So our migration is easy to test
This commit is contained in:
committed by
GitHub
parent
be7d0e0bdd
commit
a9ce0b5556
@@ -115,6 +115,23 @@
|
||||
"tags": [
|
||||
"onExP"
|
||||
]
|
||||
},
|
||||
"microsoft-authentication.clientIdVersion": {
|
||||
"type": "string",
|
||||
"default": "v1",
|
||||
"enum": [
|
||||
"v2",
|
||||
"v1"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"%microsoft-authentication.clientIdVersion.enumDescriptions.v2%",
|
||||
"%microsoft-authentication.clientIdVersion.enumDescriptions.v1%"
|
||||
],
|
||||
"markdownDescription": "%microsoft-authentication.clientIdVersion.description%",
|
||||
"tags": [
|
||||
"onExP",
|
||||
"experimental"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user