Show code snippet in fix problems (#745)
This commit is contained in:
@@ -17,6 +17,7 @@ export interface Problem {
|
||||
column: number;
|
||||
message: string;
|
||||
code: number;
|
||||
snippet: string;
|
||||
}
|
||||
|
||||
export interface ProblemReport {
|
||||
|
||||
Reference in New Issue
Block a user