vscode-azure-account
vscode-azure-account copied to clipboard
Could not retrieve the token associated with Visual Studio Code
When I use web codespaces, I try to get sql token and I get this error.
const vsCredential = new identity.VisualStudioCodeCredential({ tenantId: tenantId });
const accessToken = await credential!.getToken("https://database.windows.net//.default");
Could not retrieve the token associated with Visual Studio Code. Did you connect using the 'Azure Account' extension?
But when I change to desktop codespaces, I can get sql token.
Do you have any idea why this happens? And how can I fix this.