Skip to content

Commit e5cf5bd

Browse files
committed
Mark Pester symbols as declarations
1 parent 9a857ea commit e5cf5bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PowerShellEditorServices/Services/Symbols/PesterDocumentSymbolProvider.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ internal PesterSymbolReference(
229229
testLine.TrimStart().TrimEnd(DefinitionTrimChars),
230230
scriptExtent,
231231
scriptFile.FilePath,
232-
testLine)
232+
testLine,
233+
isDeclaration: true)
233234
{
234235
Command = commandType;
235236
TestName = testName;

0 commit comments

Comments
 (0)