Ability to use MSAL in the Desktop (#225272)

* Ability to use MSAL in the Desktop

* add comment about MSAL workaround
This commit is contained in:
Tyler James Leonhardt
2024-08-09 12:18:34 -07:00
committed by GitHub
parent 2b8f4b8440
commit 70d27743ac
18 changed files with 1929 additions and 170 deletions

View File

@@ -95,6 +95,16 @@
]
}
}
},
{
"title": "Microsoft",
"properties": {
"microsoft.useMsal": {
"type": "boolean",
"default": false,
"description": "%useMsal.description%"
}
}
}
]
},
@@ -117,6 +127,7 @@
},
"dependencies": {
"@azure/ms-rest-azure-env": "^2.0.0",
"@azure/msal-node": "^2.12.0",
"@vscode/extension-telemetry": "^0.9.0"
},
"repository": {