{"id":37217674,"url":"https://github.com/rfverbruggen/azdo-teammembers","last_synced_at":"2026-01-15T01:02:50.526Z","repository":{"id":37051841,"uuid":"485796202","full_name":"rfverbruggen/azdo-teammembers","owner":"rfverbruggen","description":"Auto completion and code lenses for Azure DevOps @mentions","archived":false,"fork":false,"pushed_at":"2026-01-09T23:57:41.000Z","size":3124,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-10T21:45:45.814Z","etag":null,"topics":["azure","azure-devops","typescript","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=rfverbruggen.azdo-teammembers","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rfverbruggen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-26T13:23:01.000Z","updated_at":"2026-01-09T23:57:43.000Z","dependencies_parsed_at":"2023-10-24T09:36:12.164Z","dependency_job_id":"9f187737-c46b-4d49-9df1-e34c7c52165c","html_url":"https://github.com/rfverbruggen/azdo-teammembers","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/rfverbruggen/azdo-teammembers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfverbruggen%2Fazdo-teammembers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfverbruggen%2Fazdo-teammembers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfverbruggen%2Fazdo-teammembers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfverbruggen%2Fazdo-teammembers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rfverbruggen","download_url":"https://codeload.github.com/rfverbruggen/azdo-teammembers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfverbruggen%2Fazdo-teammembers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28441009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"ssl_error","status_checked_at":"2026-01-15T00:55:20.945Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","azure-devops","typescript","vscode","vscode-extension"],"created_at":"2026-01-15T01:02:49.913Z","updated_at":"2026-01-15T01:02:50.510Z","avatar_url":"https://github.com/rfverbruggen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure DevOps Team Members\n\n[![CI/CD](https://github.com/rfverbruggen/azdo-teammembers/actions/workflows/ci.yml/badge.svg)](https://github.com/rfverbruggen/azdo-teammembers/actions/workflows/ci.yml)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=rfverbruggen_azdo-teammembers\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=rfverbruggen_azdo-teammembers)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rfverbruggen_azdo-teammembers\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=rfverbruggen_azdo-teammembers)\n\n## Features\n\n### Retrieve team members from Azure DevOps\n\nAdd you organization URL to the VS Code settings, login using your credentials and the team members will be loaded from Azure DevOps.\n\n```json\n{\n  \"azdo-teammembers.orgUrl\": \"https://dev.azure.com/[organization]\"\n}\n```\n\n### Code lenses and hovers\n\nThe names will be added as CodeLenses above the line where a guid reference is used.\n\nThe name will be shown in a hover item when a guid is hovered.\n\n![Code lense and hover](images/codelense_hover.png)\n\n### Autocompletion\n\nAn autocomplete will trigger on the `@` sign with the team member names, the guid reference will be inserted.\n\n![Autocomplete](images/autocomplete.png)\n\n### Offline: Retrieve team members from your settings\n\nAdd your team members to the VS Code settings.\n\n```json\n{\n  \"azdo-teammembers.teammembers\": [\n    {\n      \"guid\": \"f5b3c8dd-1c9d-4ddf-92f4-c52b195da01a\",\n      \"name\": \"John Doe\"\n    }\n  ]\n}\n```\n\n## Extension Settings\n\nThis extension contributes the following settings:\n\n- `azdo-teammembers.orgUrl`: add the url to your Azure DevOps organisation (e.g. `https://dev.azure.com/[organization]/`)\n- `azdo-teammembers.teammembers`: add a list of team members to the extension\n- `azdo-teammembers.cache-duration`: the number of seconds the cached objects are valid. Defaults to 24 hours.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfverbruggen%2Fazdo-teammembers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frfverbruggen%2Fazdo-teammembers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfverbruggen%2Fazdo-teammembers/lists"}