@@ -727,6 +727,30 @@
"created_at": "2025-10-18T19:24:00Z",
"repoId": 987670088,
"pullRequestNo": 1254
+ },
+ {
+ "name": "Jesssullivan",
+ "id": 37297218,
+ "comment_id": 3439361465,
+ "created_at": "2025-10-23T21:50:17Z",
+ "repoId": 987670088,
+ "pullRequestNo": 1292
+ },
+ {
+ "name": "mmangkad",
+ "id": 176301910,
+ "comment_id": 3440286180,
+ "created_at": "2025-10-24T01:32:47Z",
+ "repoId": 987670088,
+ "pullRequestNo": 1294
+ },
+ {
+ "name": "blouflab",
+ "id": 227565774,
+ "comment_id": 3444483981,
+ "created_at": "2025-10-24T18:59:01Z",
+ "repoId": 987670088,
+ "pullRequestNo": 1296
}
]
}
@@ -94,7 +94,7 @@ func getDiagnostics(filePath string, lsps *csync.Map[string, *lsp.Client]) strin
}
out := output.String()
- slog.Info("Diagnostics", "output", fmt.Sprintf("%q", out))
+ slog.Info("Diagnostics", "output", out)
return out
}