)]}'
{
  "commit": "d5a0d1899d30d4016c8e4c3dfcfc9f04c40a6fb2",
  "tree": "d06a34c2fc0009f9346fbde6f1725732b33b2439",
  "parents": [
    "e1869f77017a1cb99d02317dc6682ccda3b7e90a"
  ],
  "author": {
    "name": "Madeline Kalil",
    "email": "mkalil@google.com",
    "time": "Tue Jul 21 12:50:47 2026 -0400"
  },
  "committer": {
    "name": "Madeline Kalil",
    "email": "mkalil@google.com",
    "time": "Fri Jul 24 11:47:39 2026 -0700"
  },
  "message": "extension/src: update regex for parseGoVersionOutput\n\nIn the pickGoProcess feature, we provide an interactive\nprocess picker to find local processes to attach to\nin debug mode.\n\nWe find and filter all local processes to determine\nwhich ones are actually Go. To do this, we run \u0027go version\u0027\non the executable paths. We then attempt to match the output of \u0027go version\u0027\nto a regex goVersionRegexp. Currently, this regex does not match\ngo versions with suffixes like \"rc1\" or \"-X:nodwarf5, so it will\nnot add them to the list of available processes to attach.\n\nUpdate the regex to allow these suffixes so that we show\nthem in the pickGoProcess dropdown.\n\nFixes golang/vscode-go#4059\n\nChange-Id: I612bba3a9f5fa41e29db61f92e3f48e413660e05\nReviewed-on: https://go-review.googlesource.com/c/vscode-go/+/803680\nLUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com \u003cgolang-scoped@luci-project-accounts.iam.gserviceaccount.com\u003e\nReviewed-by: Hongxiang Jiang \u003chxjiang@golang.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "45a6a30015a2ead9d2a5fa35619b02635e3f09c4",
      "old_mode": 33188,
      "old_path": "extension/src/pickProcess.ts",
      "new_id": "22597883e649d48cdb65434aaf918563ca3e09d2",
      "new_mode": 33188,
      "new_path": "extension/src/pickProcess.ts"
    },
    {
      "type": "modify",
      "old_id": "7bba8ee62df147aed26485231e9ca4f76f5be81e",
      "old_mode": 33188,
      "old_path": "extension/test/integration/pickProcess.test.ts",
      "new_id": "c961e7f6d5550cad49cc227ee270443a298533ea",
      "new_mode": 33188,
      "new_path": "extension/test/integration/pickProcess.test.ts"
    }
  ]
}
