Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing or attempting to use Azure Pipelines Extension triggers a dependency loop #582

Open
scotthouglum opened this issue May 20, 2024 · 3 comments · May be fixed by #595
Open

Installing or attempting to use Azure Pipelines Extension triggers a dependency loop #582

scotthouglum opened this issue May 20, 2024 · 3 comments · May be fixed by #595
Labels
Area: VsCodeExtension bug Something isn't working

Comments

@scotthouglum
Copy link

Error: The following extensions contain dependency loops and have been disabled: 'ms-vscode.azure-account', 'ms-azuretools.vscode-azureresourcegroups', 'ms-azure-devops.azure-pipelines'

Last known working: 5/15 was the last time this extension was working for me.

Troubleshooting steps:
Uninstalled and reinstalled 'ms-azure-devops.azure-pipelines' extension through the GUI. Also attempted to remove manually and then reinstall through extension marketplace.

'ms-vscode.azure-account' - Unable to uninstall from GUI, states dependency on azureresourcegroups
'ms-azuretools.vscode-azureresourcegroups' - Unable to uninstall from GUI, states dependency on azure-account

@DmitriiBobreshev DmitriiBobreshev added bug Something isn't working and removed triage labels May 21, 2024
@DmitriiBobreshev
Copy link
Contributor

Hi @scotthouglum, thanks for the feedback, as I see the ms-vscode.azure-account really contains ms-azuretools.vscode-azureresourcegroups, ms-azuretools.vscode-azureresourcegroups doesn't contains any references to external extensions.
From the other side, azure-pipelines-vscode extension refers to ms-vscode.azure-account.
So I don't see dependency loop here. We'll try to dive deeper, reproduce the error and fix it. Thanks!

@richardoswald
Copy link

image

@scotthouglum I also ran into this issue. It went away when I upgraded to v1.90 (I don't recall my previous version). You may have to re-install the extensions but it's working for me now.

@scotthouglum
Copy link
Author

@richardoswald I appreciate the insight. Attempted the same (didn't realize there was a newer version) and this also resolved for me after I updated to v1.9 and reinstalled the extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: VsCodeExtension bug Something isn't working
Projects
None yet
3 participants