Send annotation title to run-service. (#3757)

This commit is contained in:
Tingluo Huang
2025-03-18 15:33:47 -04:00
committed by GitHub
parent a0ba8fd399
commit 77700abf81
3 changed files with 6 additions and 0 deletions

View File

@@ -10,5 +10,6 @@
public const string EndColumn = "endColumn";
public const string LogLineNumber = "logFileLineNumber";
public const string StepNumber = "stepNumber";
public const string Title = "title";
}
}