Skip to content

Commit 0b77e6f

Browse files
committed
Add missing XML comment on parameter.
1 parent dbb0446 commit 0b77e6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/PowerShellEditorServices/Debugging/StackFrameDetails.cs

+4
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ public class StackFrameDetails
110110
/// <param name="localVariables">
111111
/// A variable container with all the local variables for this stack frame.
112112
/// </param>
113+
/// <param name="workspaceRootPath">
114+
/// Specifies the path to the root of an open workspace, if one is open. This path is used to
115+
/// determine whether individua stack frames are external to the workspace.
116+
/// </param>
113117
/// <returns>A new instance of the StackFrameDetails class.</returns>
114118
static internal StackFrameDetails Create(
115119
PSObject callStackFrameObject,

0 commit comments

Comments
 (0)