mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Default MSAL to true (#234290)
Using new `microsoft-authentication.implementation` setting
This commit is contained in:
committed by
GitHub
parent
2e93ebce77
commit
d12854f6ba
@@ -100,9 +100,18 @@
|
||||
{
|
||||
"title": "Microsoft",
|
||||
"properties": {
|
||||
"microsoft.useMsal": {
|
||||
"type": "boolean",
|
||||
"description": "%useMsal.description%",
|
||||
"microsoft-authentication.implementation": {
|
||||
"type": "string",
|
||||
"default": "msal",
|
||||
"enum": [
|
||||
"msal",
|
||||
"classic"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"%microsoft-authentication.implementation.enumDescriptions.msal%",
|
||||
"%microsoft-authentication.implementation.enumDescriptions.classic%"
|
||||
],
|
||||
"description": "%microsoft-authentication.implementation.description%",
|
||||
"tags": [
|
||||
"onExP",
|
||||
"preview"
|
||||
|
||||
Reference in New Issue
Block a user