Skip to content

Commit 20670da

Browse files
dfinkedaviwil
authored andcommitted
Added XML comment
1 parent 04c81f3 commit 20670da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PowerShellEditorServices/Extensions/EditorWorkspace.cs

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ internal EditorWorkspace(IEditorOperations editorOperations)
4040

4141
#region Public Methods
4242

43+
/// <summary>
44+
/// Creates a new file in the editor
45+
/// </summary>
4346
public void NewFile()
4447
{
4548
this.editorOperations.NewFile().Wait();

0 commit comments

Comments
 (0)