-
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
Select Azure DevOps organization associated with repository hangs #538
Comments
Is this an ADO repo or a repo from some other Git provider (GitHub, etc.)? Can you also go to the Output pane (Ctrl+Shift+U), select the "Azure Pipelines" log, and paste its contents here? |
It is indeed an internal MS ADO repo. That said, it seems something has changed in the background as I no longer get the Select Azure DevOps Organization prompt when opening an yml pipeline file. Without the prompt popping up, I don't know how to attempt to select an ADO Organization to get you the requested output logs as the option does not seem to be within the command palette. |
Interesting, if you're in an ADO repo, the detection should happen silently :) (because it can figure out what organization it needs from the Git URL!). Since you're not seeing this anymore, that's a good sign it was able to perform the schema detection properly this time. You can test this out by seeing if internal tasks have warning squigglies (bad) or descriptions on hover (good). I don't think we can investigate this further at the moment, so I'm going to close this - but if you start seeing the prompt again, or the squigglies are showing up, we can re-open :). |
I got the popup notification again today. Nothing seems to be in the Azure Pipelines output log though: Still same VSCode and extension versions as noted here: #538 (comment) |
@VanessaRussell, we released a new version this week that should have much-improved logging; would you mind trying again? Sorry for the hassle 😅. |
From the Azure Pipelines output:
From the Azure Pipelines Language output:
I tried open/close VS Code a few times and didn't get the popup asking to select the ADO Repo which makes sense since the logs indicate that it is identifying it correctly. |
On a hunch...what happens if you navigate to https://app.vssps.visualstudio.com/_apis/connectiondata in your browser? You should get a JSON blob back with - crucially - an |
I get this JSON blob. I've removed the values to post publicly. Feel free to reach out on Teams if the values matter 🙂 {
"authenticatedUser": {
"id": "",
"descriptor": "",
"subjectDescriptor": "",
"providerDisplayName": "",
"isActive": true,
"properties": {
"Account": {
"$type": "",
"$value": ""
}
},
"resourceVersion": 0,
"metaTypeId": 0
},
"authorizedUser": {
"id": "",
"descriptor": "",
"subjectDescriptor": "",
"providerDisplayName": "",
"isActive": true,
"properties": {
"Account": {
"$type": "",
"$value": ""
}
},
"resourceVersion": 0,
"metaTypeId": 0
},
"instanceId": "",
"deploymentId": "",
"deploymentType": "",
"locationServiceData": {
"serviceOwner": "",
"defaultAccessMappingMoniker": "",
"lastChangeId": 0,
"lastChangeId64": 0
}
} |
I have the same issue. I'm also able to retrieve the
|
Same issue here, same extension version as user systobe above (v1.228.0) VSCode version:
|
Whenever I open a yml file that I've associated with the Azure Pipelines extension, I will receive this popup asking me to select the Azure DevOps organization that is associated with my repository for better IntelliSense:
Clicking on the Select organization button will open the command palette; however, nothing seems to happen no matter how long I leave it spinning. I've also tried directly typing in the name of the organization and pressing Enter; but, it had no effect. This leads me to believe that the feature is bugged.
The text was updated successfully, but these errors were encountered: