Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
77 stars 84 forks source link

VS Code error popup - Cannot read properties of undefined (reading 'credentials2') #6047

Closed Rvgituser closed 2 weeks ago

Rvgituser commented 2 weeks ago

Does this occur consistently?

Repro steps:

1.

2.

Action: azureLogicAppsStandard.openDesigner

Error type: TypeError

Error Message: Cannot read properties of undefined (reading 'credentials2')

Version: 4.107.3

OS: win32

OS Release: 10.0.22631

Product: Visual Studio Code

Product Version: 1.95.1

Language: en

Call Stack¨NBSP;

ccastrotrejo commented 2 weeks ago

Hi @Rvgituser, this issue gets fixed with this PR https://github.com/Azure/LogicAppsUX/pull/6014

The azure-account extension, which is the one we use to authenticate in vscode will be deprecated in Jan 2025, this PR changes the approach we use.

As for now the only workaround is to try to sign in using the following command from the command palette. Please make sure is the command azure-account.login Image