Visual Studio Code Requires You to Sign In to Sync Even When You're Actually Logged In.
When using VS Code for a while, the signed-in Microsoft account will ask you again to sign-in again even tough you've already signed in already a couple of times earlier.
Just change the setting under
This will temporarily use the classic authentication method.
When using VS Code for a while, the signed-in Microsoft account will ask you again to sign-in again even tough you've already signed in already a couple of times earlier.
Just change the setting under
microsoft-authentication
from msal
(default) to classic
as shown in this screenshot.This will temporarily use the classic authentication method.