Show code snippet in fix problems (#745)

This commit is contained in:
Will Chen
2025-07-30 16:03:17 -07:00
committed by GitHub
parent 3fe80d441a
commit 510d288d78
15 changed files with 283 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ export interface Problem {
column: number;
message: string;
code: number;
snippet: string;
}
export interface ProblemReport {