Send stepNumber for annotation to run-service (#3614)

This commit is contained in:
Tingluo Huang
2024-12-09 12:40:58 -05:00
committed by GitHub
parent 078eb3b381
commit 27f6ca8177
3 changed files with 6 additions and 0 deletions

View File

@@ -9,5 +9,6 @@
public const string EndLine = "endLine";
public const string EndColumn = "endColumn";
public const string LogLineNumber = "logFileLineNumber";
public const string StepNumber = "stepNumber";
}
}