mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Add experimentation to Microsoft auth (#226107)
* Add experimentation to Microsoft auth So that we can gradually roll out MSAL support. * correct order
This commit is contained in:
committed by
GitHub
parent
b8ad412410
commit
c125b90d41
@@ -101,7 +101,6 @@
|
||||
"properties": {
|
||||
"microsoft.useMsal": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%useMsal.description%"
|
||||
}
|
||||
}
|
||||
@@ -128,7 +127,8 @@
|
||||
"dependencies": {
|
||||
"@azure/ms-rest-azure-env": "^2.0.0",
|
||||
"@azure/msal-node": "^2.12.0",
|
||||
"@vscode/extension-telemetry": "^0.9.0"
|
||||
"@vscode/extension-telemetry": "^0.9.0",
|
||||
"vscode-tas-client": "^0.1.84"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user