Alex Weininger

Results 252 comments of Alex Weininger

Can you verify that the files in the error message exist? 1. `/home/user/.vscode/extensions/ms-vscode.azure-account-0.11.3/bin/node.sh` 1. `/home/{user}/.vscode/extensions/ms-vscode.azure-account-0.11.3/dist/cloudConsoleLauncher` Thanks.

Also this seems to be Linux specific.

Could it be an issue with the permissions on the cloudConsoleLauncher file?

I just checked and my file also has `-rw-r--r-- 1` (Darwin). So I'm not sure permissions is the issue.

Might be a long shot, but we are using a [small bash helper script](https://github.com/microsoft/vscode-azure-account/blob/main/bin/node.sh) to start the shell. It has a shebang of `#!/bin/bash`. Is it possible that the shebang...

Can you try running the following command? Make sure to substitute `{user}` with your username. You also might need to change the path to the node executable. Find that with...

Hi all, I have an updated extension VSIX that contains a fix for this issue. If some of you could try it out and confirm the fix for me, that'd...

Sorry about this, we've recently updated the extensions and the Azure Resources extension to use the built-in VS Code Microsoft authentication. Learn more about this move in the [Azure Resources...

> Just an update, I was able to clear the account from VS Code by revoking all my sessions from AAD. > > I can now get the correct subscriptions...

@zendu > I have 2 work accounts. One is used for regular work - that I use to sync settings - and other one for Azure resources. I don't see...