-
Notifications
You must be signed in to change notification settings - Fork 107
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
Error "Cannot read properties of undefined (reading 'name')", then no code completion #583
Labels
Comments
Logs are as follows. Secrets have been redacted. Window (Debug)
Extension Host (Trace)
Azure Account (Trace)
Azure Pipelines (Trace)
Azure Pipelines Language (Trace)
|
Hi @sharpjs, Thank you for the feedback and for the detailed repro and logs! Currently, we are working on more prioritized issues but will get back to this one soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whenever anyone on my team opens the first Azure Pipelines YAML file in VS Code, the Azure Pipelines extension emits the following error:
The Window log also shows this error:
The error appears early, seemingly before VS code requests Azure tenant information. VS Code also does not provide any code completion beyond the default (i.e. based on other strings in the file).
The following actions did not cause any change to the behavior.
It might be worth noting that for historical reasons, this organization has three Azure tenants: a corp tenant with user identities, a tenant for a test Azure subscription, and a tenant for a production Azure subscription.
The text was updated successfully, but these errors were encountered: