Skip to content

GitHub

https://github.com/

Git source code hosting service owned by Microsoft

  • Roadmap Webinar Q1 2025
“Invalid value reference” in Chat Agent mode
Section titled ““Invalid value reference” in Chat Agent mode”

I fixed this by toggling the chat.agent.enabled setting in VS Code settings.

Search all of an org’s code for a string

Section titled “Search all of an org’s code for a string”
Terminal window
gh search code 'SEARCH_STRING' --owner ORG_NAME
Terminal window
gh issue create --repo OWNER/REPO

Running it without pre-filling --title and --body will launch the interactive prompts for title, body, labels, assignees, etc.

What is the base branch the current PR is targeting?

Section titled “What is the base branch the current PR is targeting?”
Terminal window
gh pr view --json baseRefName --jq '.baseRefName'