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:
Tyler James Leonhardt
2024-12-02 17:39:32 -08:00
committed by GitHub
parent 0e9d949869
commit c0c6b07185
3 changed files with 34 additions and 34 deletions

View File

@@ -102,7 +102,7 @@
"properties": {
"microsoft-authentication.implementation": {
"type": "string",
"default": "msal",
"default": "classic",
"enum": [
"msal",
"classic"