mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 05:21:08 +01:00
Disable MSAL for now (#235048)
Because of late breaking issues: * https://github.com/microsoft/vscode/issues/234932 * https://github.com/microsoft/vscode/issues/234954 This also comments out the `_setupRefresh` logic since that is causing the high CPU load. I'd like to see what happens when we don't do this behavior.
This commit is contained in:
committed by
GitHub
parent
0e9d949869
commit
c0c6b07185
@@ -102,7 +102,7 @@
|
||||
"properties": {
|
||||
"microsoft-authentication.implementation": {
|
||||
"type": "string",
|
||||
"default": "msal",
|
||||
"default": "classic",
|
||||
"enum": [
|
||||
"msal",
|
||||
"classic"
|
||||
|
||||
Reference in New Issue
Block a user